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