std::copyable - cppreference.com (original) (raw)

The concept copyable<T> specifies that T is a movable object type that can also be copied (that is, it supports copy construction and copy assignment).

[edit] References

[edit] See also

| | specifies that an object of a type can be moved and swapped (concept) [edit] | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |