NVBIO
|
A right shift functor
#include <numbers.h>
Public Types | |
typedef word_type | argument_type |
typedef word_type | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | shift_right (const uint32 _shift) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const argument_type i) const |
Public Members | |
const uint32 | shift |
typedef word_type nvbio::shift_right< word_type >::argument_type |
typedef word_type nvbio::shift_right< word_type >::result_type |
|
inline |
|
inline |
const uint32 nvbio::shift_right< word_type >::shift |