|
Fermat
|
A functor to bind the second argument of a binary operator to a constant
#include <functors.h>
Public Types | |
| typedef unary_function_tag | function_tag |
| typedef F::second_argument_type | argument_type |
| typedef F::result_type | result_type |
Public Methods | |
| CUGAR_HOST_DEVICE | binder2nd (const F &f, const C c) |
| CUGAR_HOST_DEVICE uint32 | operator() (const uint32 op) const |
Public Members | |
| F | functor |
| C | second |
1.8.13