|
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 | 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::equal_to_functor< T >::argument_type |
| typedef bool nvbio::equal_to_functor< T >::result_type |
|
inline |
|
inline |
| const T nvbio::equal_to_functor< T >::m_k |
1.8.4