|
LIBINT 2.9.0
|
Converts Base to a type of the same signature as Ref. More...
#include <traits.h>
Public Types | |
| typedef const Base & | result |
Converts Base to a type of the same signature as Ref.
For example, if Ref is std::shared_ptr<T> then Base is converted to std::shared_ptr<Base>