libstdc++
std::hash< __shared_ptr< _Tp, _Lp > > Struct Template Reference
Inheritance diagram for std::hash< __shared_ptr< _Tp, _Lp > >:

Public Types

typedef __shared_ptr< _Tp, _Lp > argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const __shared_ptr< _Tp, _Lp > &__s) const
 

Detailed Description

template<typename _Tp, _Lock_policy _Lp>
struct std::hash< __shared_ptr< _Tp, _Lp > >

std::hash specialization for __shared_ptr.

Definition at line 1375 of file shared_ptr_base.h.

Member Typedef Documentation

typedef __shared_ptr< _Tp, _Lp > std::unary_function< __shared_ptr< _Tp, _Lp > , 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, _Lp > , 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: