Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <functional.hpp>
Public Member Functions | |
unary_compose () | |
unary_compose (F f, G g) | |
template<typename U> | |
auto | operator() (const U &x) const |
template<typename U> | |
auto | operator() (U &x) const |
Definition at line 135 of file functional.hpp.
unary_compose | ( | ) |
Definition at line 136 of file functional.hpp.
unary_compose | ( | F | f, |
G | g ) |
Definition at line 137 of file functional.hpp.
Definition at line 140 of file functional.hpp.
Definition at line 145 of file functional.hpp.