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

Subsumes std::movable, std::copy_constructible, and requires that the type be std::assignable_from bool from a const & of itself. More...

+ Inheritance diagram for copyable:

Detailed Description

Subsumes std::movable, std::copy_constructible, and requires that the type be std::assignable_from bool from a const & of itself.

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

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