NVBIO
|
A binary functor returning true if op1 == op2
#include <numbers.h>
Public Types | |
typedef T | first_argument_type |
typedef T | second_argument_type |
typedef bool | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const T op1, const T op2) const |
typedef T nvbio::equal_functor< T >::first_argument_type |
typedef bool nvbio::equal_functor< T >::result_type |
typedef T nvbio::equal_functor< T >::second_argument_type |
|
inline |