|
Adobe Source Libraries 2.0.6
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.
| auto operator() | ( | const U & | x | ) | const |
Definition at line 140 of file functional.hpp.
| auto operator() | ( | U & | x | ) | const |
Definition at line 145 of file functional.hpp.