Fermat
|
compose two unary functions
#include <functors.h>
Public Types | |
typedef unary_function_tag | function_tag |
typedef F2::first_argument_type | argument_type |
typedef F1::result_type | result_type |
Public Methods | |
CUGAR_HOST_DEVICE | compose_unary (const F1 f1, const F2 f2) |
CUGAR_HOST_DEVICE result_type | operator() (const argument_type &op) const |