An unary operator function that returns Op1(Op2(x)) More...
#include <misc_types.h>
Public Member Functions | |
compose_1 (const OP1 &op1, const OP2 &op2) | |
OP1::result_type | operator() (const typename OP2::argument_type &x) const |
Protected Attributes | |
OP1 | op1_ |
OP2 | op2_ |
An unary operator function that returns Op1(Op2(x))
Definition at line 252 of file misc_types.h.
Clasp::compose_1< OP1, OP2 >::compose_1 | ( | const OP1 & | op1, |
const OP2 & | op2 | ||
) | [inline] |
Definition at line 255 of file misc_types.h.
OP1::result_type Clasp::compose_1< OP1, OP2 >::operator() | ( | const typename OP2::argument_type & | x | ) | const [inline] |
Definition at line 259 of file misc_types.h.
OP1 Clasp::compose_1< OP1, OP2 >::op1_ [protected] |
Definition at line 263 of file misc_types.h.
OP2 Clasp::compose_1< OP1, OP2 >::op2_ [protected] |
Definition at line 264 of file misc_types.h.