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

The concept std::copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_constructible 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 copy_constructible:

Detailed Description

The concept std::copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_constructible 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/copy_constructible

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