boost::openmethod::VirtualTraits::rebind
Rebind to a another class (smart pointers only).
Synopsis
Declared in <boost/openmethod/core.hpp>
template<class U>
using rebind = /* implementation-defined */;
Description
If T is a smart pointer, rebind<U> is the same kind of smart pointer, but pointing to a U.
|
|
Template Parameters
| Name | Description |
|---|---|
U |
The new element type. |
Created with MrDocs