xentara-utils v2.0.4
The Xentara Utility Library
|
Determines if two types are the same, without taking into account qualifiers or references. More...
#include <xentara/utils/tools/Concepts.hpp>
Determines if two types are the same, without taking into account qualifiers or references.
This concept is equivalent to std::same_as<std::remove_cvref_t<Type1>, std::remove_cvref_t<Type2>>.