libostd
ostd::random_access_range_tag Struct Reference

The infinite random access range tag. More...

Inheritance diagram for ostd::random_access_range_tag:
ostd::bidirectional_range_tag ostd::forward_range_tag ostd::input_range_tag ostd::finite_random_access_range_tag ostd::contiguous_range_tag

Detailed Description

The infinite random access range tag.

Infinite random access ranges are bidirectional ranges plus access to elements in the middle via an arbitrary index. They don't allow access to range size or slicing though, they represent a potentially infinite sequence.

You can learn more about the characteristics here.

See also
ostd::bidirectional_range_tag, ostd::finite_random_access_range_tag

The documentation for this struct was generated from the following file: