same_as

template <typename T, typename U>
concept same_as;

Checks if two types are the same.

Parameters

Name Description
T The first type.
U The second type.