unary_compose< F, G > Struct Template Reference | ||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef F::result_type | result_type |
Public Member Functions | |
| template<typename U > | |
| result_type | operator() (const U &x) const |
| template<typename U > | |
| result_type | operator() (U &x) const |
| unary_compose () | |
| unary_compose (F f, G g) | |
Detailed Description
template<typename F, typename G>
struct adobe::unary_compose< F, G >
Definition at line 167 of file functional.hpp.
Member Typedef Documentation
| typedef F::result_type result_type |
Definition at line 169 of file functional.hpp.
Constructor & Destructor Documentation
| unary_compose | ( | ) |
Definition at line 171 of file functional.hpp.
| unary_compose | ( | F | f, |
| G | g | ||
| ) |
Definition at line 172 of file functional.hpp.
Member Function Documentation
| result_type operator() | ( | const U & | x ) | const |
Definition at line 175 of file functional.hpp.
| result_type operator() | ( | U & | x ) | const |
Definition at line 178 of file functional.hpp.

