Public Types | Public Member Functions

std::hash< unique_ptr< _Tp, _Tp_Deleter > > Struct Template Reference
[Pointer Abstractions]

std::hash specialization for unique_ptr. More...

Inheritance diagram for std::hash< unique_ptr< _Tp, _Tp_Deleter > >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

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

std::hash specialization for unique_ptr.

Definition at line 449 of file unique_ptr.h.


Member Typedef Documentation

typedef unique_ptr< _Tp, _Tp_Deleter > std::unary_function< unique_ptr< _Tp, _Tp_Deleter > , size_t >::argument_type [inherited]

argument_type is the type of the /// argument (no surprises here)

Definition at line 102 of file stl_function.h.

typedef size_t std::unary_function< unique_ptr< _Tp, _Tp_Deleter > , size_t >::result_type [inherited]

result_type is the return type

Definition at line 105 of file stl_function.h.


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