|
libstdc++
|

Public Types | |
| typedef _Tp * | argument_type |
| typedef size_t | result_type |
Public Member Functions | |
| size_t | operator() (_Tp *__p) const |
Partial specializations for pointer types.
Definition at line 46 of file tr1_impl/functional_hash.h.
|
inherited |
argument_type is the type of the argument (no surprises here)
Definition at line 102 of file stl_function.h.
|
inherited |
result_type is the return type
Definition at line 105 of file stl_function.h.