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

The concept std::MoveConstructible is satisfied if T is a reference type, or if it is an object type where an object of that type can constructed from an rvalue of that type in both direct- and copy-initialization contexts, with the usual semantics. More...

+ Inheritance diagram for std::MoveConstructible:

Detailed Description

The concept std::MoveConstructible is satisfied if T is a reference type, or if it is an object type where an object of that type can constructed from an rvalue of that type in both direct- and copy-initialization contexts, with the usual semantics.

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

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