Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::comparison_category Concept Reference

Checks whether the given type denotes a common stl comparison category. More...

#include <stl_extensions.hpp>

Concept definition

template<class T>
concept sl::concepts::comparison_category = !std::is_void_v<std::common_comparison_category_t<T>>
Checks whether the given type denotes a common stl comparison category.
Definition: stl_extensions.hpp:154

Detailed Description

Checks whether the given type denotes a common stl comparison category.

Template Parameters
TType to check.
See also
https://en.cppreference.com/w/cpp/utility/compare/common_comparison_category