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

Specifies the requirements of a Range type that knows its size in constant time with the size function. More...

+ Inheritance diagram for std::ranges::SizedRange:

Detailed Description

Specifies the requirements of a Range type that knows its size in constant time with the size function.

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

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