thrust::random_access_device_iterator_tag#

struct random_access_device_iterator_tag : public detail::iterator_category_with_system_and_traversal<::cuda::std::random_access_iterator_tag, device_system_tag, random_access_traversal_tag>#

random_access_device_iterator_tag is an empty class: it has no member functions, member variables, or nested types. It is used solely as a “tag”: a representation of the Random Access Device Iterator concept within the C++ type system.