boost::openmethod::SameSmartPtr
Test if arguments are same kind of smart pointers (exposition only)
Synopsis
Declared in <boost/openmethod/core.hpp>
template<
class Class,
class Other,
class Registry>
constexpr bool SameSmartPtr = detail::same_smart_ptr_aux<Class, Other, Registry>::value;
Template Parameters
| Name | Description |
|---|---|
Class |
A class type. |
Other |
Another class type. |
Registry |
A registry. |
Created with MrDocs