libostd
ostd::contiguous_range_tag Struct Reference

The contiguous range tag. More...

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

Detailed Description

The contiguous range tag.

Contiguous ranges are the most featureful range category. They provide the capabilities of all previous types and they also guarantee that the backing memory is contiguous. A pair of pointers is a contiguous range.

You can learn more about the characteristics here.

See also
ostd::finite_random_access_range_tag

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