boost::openmethod::virtual_traits<std::unique_ptr<Class>, Registry>::rebind
Rebind to a different element type.
Synopsis
Declared in <boost/openmethod/interop/std_unique_ptr.hpp>
template<class Other>
using rebind = std::unique_ptr<Other>;
Template Parameters
| Name | Description |
|---|---|
Other |
The new element type. |
Created with MrDocs