Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::IsTriviallyCopyable< T > Struct Template Reference

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)
 

Detailed Description

template<typename T>
struct SC::TypeTraits::IsTriviallyCopyable< T >

IsTriviallyCopyable evaluates to true if the type T can be trivially copied, false otherwise.


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