NVBIO
|
A functor to cast from one type into another
Definition at line 146 of file sufsort_priv.h.
#include <sufsort_priv.h>
Public Types | |
typedef uint32 | argument_type |
typedef bool | result_type |
Public Methods | |
in_range_functor (const uint32 _begin, const uint32 _end) | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE bool | operator() (const uint32 i) const |
Public Members | |
const uint32 | begin |
const uint32 | end |
Definition at line 148 of file sufsort_priv.h.
typedef bool nvbio::priv::in_range_functor::result_type |
Definition at line 149 of file sufsort_priv.h.
constructor
Definition at line 153 of file sufsort_priv.h.
|
inline |
return true if i is in the range
Definition at line 158 of file sufsort_priv.h.
Definition at line 160 of file sufsort_priv.h.
Definition at line 160 of file sufsort_priv.h.