tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_empty< T > Struct Template Reference

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...

#include <is_empty.hpp>

Inheritance diagram for is_empty< T >:
integral_constant< bool, B >< false > integral_constant< bool, B >

Detailed Description

template<typename T>
struct etl::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.


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