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

Go to the source code of this file.

Classes

struct  is_same< T, U >
 If T and U name the same type (taking into account const/volatile qualifications), provides the member constant value equal to true. Otherwise value is false. More...
 
struct  is_same< T, T >
 

Namespaces

namespace  etl
 

Variables

template<typename T , typename U >
constexpr bool is_same_v = is_same<T, U>::value