NVBIO
|
A unary functor negating an input predicate functor
#include <numbers.h>
Public Types | |
typedef InputFunctor::argument_type | argument_type |
typedef InputFunctor::result_type | result_type |
Public Methods | |
negate_functor (const InputFunctor f=InputFunctor()) | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const argument_type op) const |
Public Members | |
const InputFunctor | m_f |
typedef InputFunctor::argument_type nvbio::negate_functor< InputFunctor >::argument_type |
typedef InputFunctor::result_type nvbio::negate_functor< InputFunctor >::result_type |
|
inline |
|
inline |
const InputFunctor nvbio::negate_functor< InputFunctor >::m_f |