unary_compose< F, G > Struct Template Reference
Detailed Descriptiontemplate<typename F, typename G>
|
typedef F::result_type result_type |
Definition at line 169 of file functional.hpp.
Constructor & Destructor Documentation
◆ unary_compose() [1/2]
unary_compose | ( | ) |
Definition at line 171 of file functional.hpp.
◆ unary_compose() [2/2]
unary_compose | ( | F | f, |
G | g | ||
) |
Definition at line 172 of file functional.hpp.
Member Function Documentation
◆ operator()() [1/2]
result_type operator() | ( | const U & | x | ) | const |
Definition at line 175 of file functional.hpp.
◆ operator()() [2/2]
result_type operator() | ( | U & | x | ) | const |
Definition at line 178 of file functional.hpp.