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

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

+ Inheritance diagram for std::CopyConstructible:

Detailed Description

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

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

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