ternary_function< T, U, V, R > Struct Template Reference
Detailed Descriptiontemplate<typename T, typename U, typename V, typename R>
|
typedef T first_argument_type |
Reimplemented in closer_predicate< T >, and pointer_to_ternary_function< T, U, V, R >.
Definition at line 23 of file ternary_function.hpp.
typedef R result_type |
Reimplemented in closer_predicate< T >, and pointer_to_ternary_function< T, U, V, R >.
Definition at line 26 of file ternary_function.hpp.
typedef U second_argument_type |
Reimplemented in closer_predicate< T >, and pointer_to_ternary_function< T, U, V, R >.
Definition at line 24 of file ternary_function.hpp.
typedef V third_argument_type |
Reimplemented in closer_predicate< T >, and pointer_to_ternary_function< T, U, V, R >.
Definition at line 25 of file ternary_function.hpp.