SeqAn3
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:
[legend]

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: