Template Struct is_shared_ptr#
Defined in File param_impl.h
Inheritance Relationships#
Base Type#
public false_type
Struct Documentation#
-
template<typename T>
struct is_shared_ptr : public false_type# Helper structure to determine if the type is a shared pointer.
- Template Parameters:
T – Type to test for.