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

The concept std::SwappableWith<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::SwappableWith<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: