Fermat
|
constant functor
#include <functors.h>
Public Types | |
typedef unary_function_tag | function_tag |
typedef T | argument_type |
typedef R | result_type |
Public Methods | |
CUGAR_HOST_DEVICE | constant_functor (R c) |
CUGAR_HOST_DEVICE R | operator() (const T op) const |
Public Members | |
R | constant |
|
inline |
constructor
c | constant value |