NVBIO
|
Build a gathering functor
#include <numbers.h>
Public Types | |
typedef index_type | argument_type |
typedef std::iterator_traits < Iterator >::value_type | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | gather_functor (const Iterator perm) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const argument_type op) const |
Public Members | |
Iterator | m_perm |
typedef index_type nvbio::gather_functor< Iterator, index_type >::argument_type |
typedef std::iterator_traits<Iterator>::value_type nvbio::gather_functor< Iterator, index_type >::result_type |
|
inline |
|
inline |
Iterator nvbio::gather_functor< Iterator, index_type >::m_perm |