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:Related Functions | |
(Note that these are not member functions.) | |
Requirements for std::swappable | |
You can expect these functions on all types that implement std::swappable. | |
| void | swap (t &lhs, t &rhs) |
| Swaps the contents of two objects. More... | |
Subsumes std::movable, std::copy_constructible, and requires that the type be std::assignable_from bool from a const & of itself.