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

Go to the source code of this file.

Classes

struct  is_standard_layout< T >
 If T is a standard layout type (that is, a scalar type, a standard-layout class, or an array of such type/class, possibly cv-qualified), provides the member constant value equal to true. For any other type, value is false. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_standard_layout_v = is_standard_layout<T>::value