Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::test_comparable_integer Concept Reference

Concept definition

template<typename Type>
std::is_integral_v<Type> && !std::is_same_v<std::remove_cv_t<Type>, bool> &&
!std::is_same_v<std::remove_cv_t<Type>, char> &&
!std::is_same_v<std::remove_cv_t<Type>, wchar_t> &&
!std::is_same_v<std::remove_cv_t<Type>, char8_t> &&
!std::is_same_v<std::remove_cv_t<Type>, char16_t> &&
!std::is_same_v<std::remove_cv_t<Type>, char32_t>