|
template<class InputIterator , class Difference , class InputValueType > |
ROCPRIM_HOST_DEVICE arg_index_iterator< InputIterator, Difference, InputValueType > | operator+ (typename arg_index_iterator< InputIterator, Difference, InputValueType >::difference_type distance, const arg_index_iterator< InputIterator, Difference, InputValueType > &iterator) |
|
template<class InputIterator , class Difference = std::ptrdiff_t, class InputValueType = typename std::iterator_traits<InputIterator>::value_type> |
ROCPRIM_HOST_DEVICE arg_index_iterator< InputIterator, Difference, InputValueType > | make_arg_index_iterator (InputIterator iterator, Difference offset=0) |
| make_arg_index_iterator creates a arg_index_iterator using iterator as the underlying iterator and offset as the position (index) of iterator in the input range. More...
|
|
template<class ValueType , class Difference > |
ROCPRIM_HOST_DEVICE constant_iterator< ValueType, Difference > | operator+ (typename constant_iterator< ValueType, Difference >::difference_type distance, const constant_iterator< ValueType, Difference > &iter) |
|
template<class ValueType , class Difference = std::ptrdiff_t> |
ROCPRIM_HOST_DEVICE constant_iterator< ValueType, Difference > | make_constant_iterator (ValueType value, size_t index=0) |
| make_constant_iterator creates a constant_iterator with its initial value set to value . More...
|
|
template<class Incrementable , class Difference > |
ROCPRIM_HOST_DEVICE counting_iterator< Incrementable, Difference > | operator+ (typename counting_iterator< Incrementable, Difference >::difference_type distance, const counting_iterator< Incrementable, Difference > &iter) |
|
template<class Incrementable , class Difference = std::ptrdiff_t> |
ROCPRIM_HOST_DEVICE counting_iterator< Incrementable, Difference > | make_counting_iterator (Incrementable value) |
| make_counting_iterator creates a counting_iterator with its initial value set to value . More...
|
|
ROCPRIM_HOST_DEVICE discard_iterator | operator+ (typename discard_iterator::difference_type distance, const discard_iterator &iterator) |
|
ROCPRIM_HOST_DEVICE discard_iterator | make_discard_iterator (size_t index=0) |
| make_discard_iterator creates a discard_iterator using optional index parameter index . More...
|
|
template<class SourceIterator > |
ROCPRIM_HOST_DEVICE reverse_iterator< SourceIterator > | operator+ (typename reverse_iterator< SourceIterator >::difference_type distance, const reverse_iterator< SourceIterator > &iterator) |
|
template<class SourceIterator > |
ROCPRIM_HOST_DEVICE reverse_iterator< SourceIterator > | make_reverse_iterator (SourceIterator source_iterator) |
| make_reverse_iterator creates a reverse_iterator wrapping source_iterator . More...
|
|
template<class T , class Difference > |
ROCPRIM_HOST_DEVICE texture_cache_iterator< T, Difference > | operator+ (typename texture_cache_iterator< T, Difference >::difference_type distance, const texture_cache_iterator< T, Difference > &iterator) |
|
template<class InputIterator , class UnaryFunction , class ValueType > |
ROCPRIM_HOST_DEVICE transform_iterator< InputIterator, UnaryFunction, ValueType > | operator+ (typename transform_iterator< InputIterator, UnaryFunction, ValueType >::difference_type distance, const transform_iterator< InputIterator, UnaryFunction, ValueType > &iterator) |
|
template<class InputIterator , class UnaryFunction > |
ROCPRIM_HOST_DEVICE transform_iterator< InputIterator, UnaryFunction > | make_transform_iterator (InputIterator iterator, UnaryFunction transform) |
| make_transform_iterator creates a transform_iterator using iterator as the underlying iterator and transform as the unary function. More...
|
|
template<class IteratorTuple > |
ROCPRIM_HOST_DEVICE zip_iterator< IteratorTuple > | operator+ (typename zip_iterator< IteratorTuple >::difference_type distance, const zip_iterator< IteratorTuple > &iterator) |
|
template<class IteratorTuple > |
ROCPRIM_HOST_DEVICE zip_iterator< IteratorTuple > | make_zip_iterator (IteratorTuple iterator_tuple) |
| make_zip_iterator creates a zip_iterator using iterator_tuple as the underlying tuple of iterator. More...
|
|