SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::ranges::CommonRange Interface Reference

Specifies requirements of a Range type for which begin and end return objects of the same type. More...

+ Inheritance diagram for std::ranges::CommonRange:

Detailed Description

Specifies requirements of a Range type for which begin and end return objects of the same type.

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

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