SeqAn3
std::ranges::ForwardRange Interface Reference

Specifies requirements of a Range type for which begin returns a type that models std::ForwardIterator. More...

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

Detailed Description

Specifies requirements of a Range type for which begin returns a type that models std::ForwardIterator.

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

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