SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
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:

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: