SeqAn3
std::ranges::InputRange Interface Reference

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

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

Detailed Description

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

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

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