libstdc++
std::hash< unique_ptr< _Tp, _Dp > > Struct Template Reference
Inheritance diagram for std::hash< unique_ptr< _Tp, _Dp > >:

Public Types

typedef unique_ptr< _Tp, _Dp > argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const unique_ptr< _Tp, _Dp > &__u) const
 

Detailed Description

template<typename _Tp, typename _Dp>
struct std::hash< unique_ptr< _Tp, _Dp > >

std::hash specialization for unique_ptr.

Definition at line 495 of file unique_ptr.h.

Member Typedef Documentation

typedef unique_ptr< _Tp, _Dp > std::unary_function< unique_ptr< _Tp, _Dp > , 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< unique_ptr< _Tp, _Dp > , 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: