Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a type supports common comparison operators. More...
#include <concepts.hpp>
Concept to check if a type supports common comparison operators.
Requires operators <, ==, >, !=, >=, <= to be valid on T.
T | Type to check. |