Template Struct is_shared_pointer< std::shared_ptr< T const > >

Inheritance Relationships

Base Type

  • public std::true_type

Template Parameter Order

  1. typename T

Struct Documentation

template<typename T>
struct is_shared_pointer<std::shared_ptr<T const>> : public std::true_type

Inheritence diagram for is_shared_pointer< std::shared_ptr< T const > >:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="std::true_type" tooltip="std::true_type"] "1" [label="is_shared_pointer< std::shared_ptr< T const > >" tooltip="is_shared_pointer< std::shared_ptr< T const > >" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for is_shared_pointer< std::shared_ptr< T const > >:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="std::true_type" tooltip="std::true_type"] "1" [label="is_shared_pointer< std::shared_ptr< T const > >" tooltip="is_shared_pointer< std::shared_ptr< T const > >" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }