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

Go to the source code of this file.

Classes

struct  is_empty< T >
 f T is an empty type (that is, a non-union class type with no non-static data members other than bit-fields of size 0, no virtual functions, no virtual base classes, and no non-empty base classes), 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_empty_v = is_empty<T>::value