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

Go to the source code of this file.

Classes

struct  is_const< T >
 If T is a const-qualified type (that is, const, or const volatile), provides the member constant value equal to true. For any other type, value is false. More...
 
struct  is_const< T const >
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_const_v = is_const<T>::value