Public Types | Public Member Functions

std::hash< _Tp * > Struct Template Reference
[Hashes]

Partial specializations for pointer types. More...

Inheritance diagram for std::hash< _Tp * >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

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

Partial specializations for pointer types.

Definition at line 58 of file functional_hash.h.


Member Typedef Documentation

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