SeqAn3
std::ranges::Range Interface Reference

Defines the requirements of a type that allows iteration over its elements by providing a begin iterator and an end sentinel. More...

Inheritance diagram for std::ranges::Range:
[legend]

Detailed Description

Defines the requirements of a type that allows iteration over its elements by providing a begin iterator and an end sentinel.

See also
http://en.cppreference.com/w/cpp/ranges/Range

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