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

Go to the source code of this file.

Namespaces

namespace  etl
 

Concepts

concept  etl::same_as
 The concept same_as<T, U> is satisfied if and only if T and U denote the same type. same_as<T, U> subsumes same_as<U, T> and vice versa.