NVBIO
|
A unary functor returning true if op != K
#include <numbers.h>
Public Types | |
typedef T | argument_type |
typedef bool | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | not_equal_to_functor (const T k) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const T op) const |
Public Members | |
const T | m_k |
typedef T nvbio::not_equal_to_functor< T >::argument_type |
typedef bool nvbio::not_equal_to_functor< T >::result_type |
|
inline |
|
inline |
const T nvbio::not_equal_to_functor< T >::m_k |