#include <_unary_function.hpp>

Public Types | |
|
typedef instigate::stl::functor::interface < UF >::argument_type | argument_type |
| type of the function argument | |
|
typedef instigate::stl::functor::interface < UF >::result_type | result_type |
| type of the value returned by the function | |
Static Public Member Functions | |
| static result_type | invoke (const UF &f, argument_type a) |
| Invoke the function on given arguments. | |
| static result_type instigate::stl::unary_function::interface< UF >::invoke | ( | const UF & | f, | |
| argument_type | a | |||
| ) | [inline, static] |
Invoke the function on given arguments.
| f | is the unary function to be invoked | |
| a | is the argument of f |
Referenced by instigate::stl::invoke().