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

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

Detailed Description

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

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