SeqAn3
std::ranges::OutputRange Interface Reference

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

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

Detailed Description

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

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

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