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