boost::openmethod::SameSmartPtr

Test if arguments are same kind of smart pointers (exposition only)

Synopsis

template<
    class Class,
    class Other,
    class Registry>
constexpr bool SameSmartPtr = detail::same_smart_ptr_aux<Class, Other, Registry>::value;

Description

Evaluates to true if Class and Other are both smart pointers of the same type.

Template Parameters

Name Description

Class

A class type.

Other

Another class type.

Registry

A registry.

Created with MrDocs