NVBIO
|
A unary functor returning true if op evaluates to true
#include <numbers.h>
Public Types | |
typedef T | argument_type |
typedef bool | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const T op) const |
typedef T nvbio::is_true_functor< T >::argument_type |
typedef bool nvbio::is_true_functor< T >::result_type |
|
inline |