std::hash specialization for unique_ptr. More...
std::hash specialization for unique_ptr.
Definition at line 492 of file unique_ptr.h.
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 (no surprises here)
Definition at line 102 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 105 of file stl_function.h.