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

The concept std::swappable_with<T, U> specifies that expressions of the type and value category encoded by T and U are swappable with each other. More...

Detailed Description

The concept std::swappable_with<T, U> specifies that expressions of the type and value category encoded by T and U are swappable with each other.

See also
https://en.cppreference.com/w/cpp/concepts/swappable

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