libostd
ostd::finite_random_access_range_tag Struct Reference

The finite random access range tag. More...

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

Detailed Description

The finite random access range tag.

Finite random access are like infinite, but they're bounded, so you can retrieve their size as well as make slices (think making a substring from a string). They do not guarantee their memory is contiguous.

You can learn more about the characteristics here.

See also
ostd::contiguous_range_tag, ostd::random_access_range_tag

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