IsTriviallyCopyable evaluates to true
if the type T
can be trivially copied, false
otherwise.
More...
#include <TypeTraits.h>
Static Public Attributes | |
static constexpr bool | value = __is_trivially_copyable(T) |
IsTriviallyCopyable evaluates to true
if the type T
can be trivially copied, false
otherwise.