SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
forwarding_range Interface Reference

Specifies a range whose iterators may outlive the range and remain valid. More...

#include <seqan3/range/concept.hpp>

+ Inheritance diagram for forwarding_range:

Detailed Description

Specifies a range whose iterators may outlive the range and remain valid.

See also
https://eel.is/c++draft/range.req

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