libstdc++
std::hash< shared_ptr< _Tp > > Struct Template Reference
Inheritance diagram for std::hash< shared_ptr< _Tp > >:

Public Types

typedef shared_ptr< _Tp > argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const shared_ptr< _Tp > &__s) const
 

Detailed Description

template<typename _Tp>
struct std::hash< shared_ptr< _Tp > >

std::hash specialization for shared_ptr.

Definition at line 556 of file shared_ptr.h.

Member Typedef Documentation

typedef shared_ptr< _Tp > std::unary_function< shared_ptr< _Tp > , size_t >::argument_type
inherited

argument_type is the type of the argument

Definition at line 105 of file stl_function.h.

typedef size_t std::unary_function< shared_ptr< _Tp > , size_t >::result_type
inherited

result_type is the return type

Definition at line 108 of file stl_function.h.


The documentation for this struct was generated from the following file: