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

Go to the source code of this file.

Classes

struct  is_fundamental< T >
 If T is a fundamental type (that is, arithmetic type, void, or nullptr_t), provides the member constant value equal true. For any other type, value is false. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_fundamental_v = is_fundamental<T>::value