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

Go to the source code of this file.

Classes

struct  is_scalar< T >
 If T is a scalar type (that is a possibly cv-qualified arithmetic, pointer, pointer to member, enumeration, or etl::nullptr_t type), 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_scalar_v = is_scalar<T>::value