SeqAn3
std::ranges::BidirectionalRange Interface Reference

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

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

Detailed Description

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

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

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