tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_trivial< T > |
If T is TrivialType (that is, a scalar type, a trivially copyable class with a trivial default constructor, or 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_trivial_v = is_trivial<T>::value |