Abstract Data Type (ADT) for any containers representable with a start and end iterator.
More...
template<typename IteratorType>
class cuspatial::range< IteratorType >
Abstract Data Type (ADT) for any containers representable with a start and end iterator.
This is similar to a span, except that the iterators can be composed of generators.
- Note
- Although this structure can be used on device and host code, this structure does not provide implicit device-host transfer. It is up to developer's prudence not to access device memory from host or the reverse.
- Template Parameters
-
Type | of both start and end iterator. IteratorType must satisfy LegacyRandomAccessIteratorLinkLRAI. |
Definition at line 43 of file range.cuh.