|
libstdc++
|

Public Types | |
| typedef _T1 | argument_type |
| typedef _Res | result_type |
Derives from unary_function, as appropriate.
Definition at line 513 of file tr1_impl/functional.
|
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.