C++ concepts: TriviallyCopyable

From cppreference.com
< cpp‎ | concept
 
 
 

[edit] Requirements

Scalar types and arrays of TriviallyCopiable objects are TriviallyCopiable as well, as well as the const-qualified (but not volatile-qualified) versions of such types.

[edit] See also

checks if a type is trivially copyable
(class template)