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

Subsumes std::Object, std::MoveConstructible, std::Swappable bool and requires that the type be std::Assignable bool from a value of itself. More...

+ Inheritance diagram for std::Movable:

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

Subsumes std::Object, std::MoveConstructible, std::Swappable bool and requires that the type be std::Assignable bool from a value of itself.

See also
http://en.cppreference.com/w/cpp/concepts/Movable

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