tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_trivially_copyable.hpp File Reference

Go to the source code of this file.

Classes

struct  is_trivially_copyable< T >
 If T is a TriviallyCopyable type, provides the member constant value equal to true. For any other type, value is false. The only trivially copyable types are scalar types, trivially copyable classes, and arrays of such types/classes (possibly cv-qualified). group is_trivial_copyable. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_trivially_copyable_v = __is_trivially_copyable(T)