transposer< F > Struct Template Reference |
Public Types | |
typedef F::second_argument_type | first_argument_type |
typedef F::result_type | result_type |
typedef F::first_argument_type | second_argument_type |
Public Member Functions | |
result_type | operator() (const first_argument_type &x, const second_argument_type &y) const |
transposer (const F &f) | |
Public Attributes | |
F | fun |
Detailed Description
template<class F>
struct adobe::transposer< F >
Definition at line 451 of file functional.hpp.
Member Typedef Documentation
typedef F::second_argument_type first_argument_type |
Definition at line 455 of file functional.hpp.
typedef F::result_type result_type |
Definition at line 457 of file functional.hpp.
typedef F::first_argument_type second_argument_type |
Definition at line 456 of file functional.hpp.
Constructor & Destructor Documentation
transposer | ( | const F & | f ) |
Definition at line 461 of file functional.hpp.
Member Function Documentation
result_type operator() | ( | const first_argument_type & | x, |
const second_argument_type & | y | ||
) | const |
Definition at line 465 of file functional.hpp.
Member Data Documentation
F fun |
Definition at line 459 of file functional.hpp.