Overview
Setup
Releases
Release Process
Thrust API documentation
Algorithms
Containers
Function Objects
Iterators
Fancy iterators
thrust::make_counting_iterator
thrust::offset_iterator
thrust::make_tabulate_output_iterator
thrust::make_transform_iterator
thrust::make_permutation_iterator
thrust::make_zip_iterator
thrust::make_discard_iterator
thrust::make_transform_input_output_iterator
thrust::make_constant_iterator
thrust::make_transform_output_iterator
thrust::make_reverse_iterator
thrust::make_constant_iterator
thrust::make_zip_iterator
Iterator tags
Memory Management
Numerics
Parallel Execution Policies
Random Number Generators
System
Utility
Thrust: The C++ Parallel Algorithms Library API
thrust
»
Thrust API documentation
»
Iterators
»
Fancy iterators
»
thrust::offset_iterator
thrust::offset_iterator
Defined in
thrust/iterator/offset_iterator.h
template
<
typename
Iterator
>
thrust
::
offset_iterator
(
Iterator
)
->
offset_iterator
<
Iterator
>