ORIGINAL
Loading...
Searching...
No Matches
original::SameAs Concept Reference

Checks if two types are exactly the same. More...

#include <types.h>

Concept definition

template<typename T, typename U>
concept original::SameAs = std::is_same_v<T, U>
Checks if two types are exactly the same.
Definition types.h:490

Detailed Description

Checks if two types are exactly the same.

Template Parameters
TFirst type
USecond type