Function object that compose two function objects. More...
#include <functional.hpp>
Public Member Functions | |
F1::result_type | operator() (typename F2::argument_type &a) const |
Return (F1 o F2)(a). |
Function object that compose two function objects.
Template arguments :
Definition at line 211 of file functional.hpp.
F1::result_type claw::unary_compose< F1, F2 >::operator() | ( | typename F2::argument_type & | a | ) | const [inline] |
Return (F1 o F2)(a).
Definition at line 220 of file functional.hpp.