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

Subsumes std::Object, std::move_constructible, std::swappable bool and requires that the type be std::assignable_from bool from a value of itself. More...

+ Inheritance diagram for movable:

Detailed Description

Subsumes std::Object, std::move_constructible, std::swappable bool and requires that the type be std::assignable_from bool from a value of itself.

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

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