SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
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:

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: