SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::Iterator Interface Reference

The Iterator concept forms the basis of the iterator concept taxonomy; every iterator satisfies the Iterator requirements. More...

+ Inheritance diagram for std::Iterator:

Related Functions

(Note that these are not member functions.)

Requirements for std::Swappable

You can expect these functions on all types that implement std::Swappable.

void swap (t &lhs, t &rhs)
 Swaps the contents of two objects. More...
 

Detailed Description

The Iterator concept forms the basis of the iterator concept taxonomy; every iterator satisfies the Iterator requirements.

See also
https://en.cppreference.com/w/cpp/iterator/Iterator

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