tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::same_as Concept Reference

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. More...

#include <same_as.hpp>

Concept definition

template<typename T, typename U>
concept etl::same_as = detail::same_helper<T, U> and detail::same_helper<U, T>
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19

Detailed Description

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.