Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_unsigned_detail Namespace Reference

Variable Documentation

◆ is_unsigned_v

template<typename Type, bool = is_arithmetic_v<Type>>
bool std::is_unsigned_detail::is_unsigned_v = false
externconstexpr

Implementation constant for std::is_unsigned_v The value is true if Type is an unsigned type, false otherwise.

Template Parameters
TypeThe type to check

◆ is_unsigned_v< Type, true >

template<typename Type>
bool std::is_unsigned_detail::is_unsigned_v< Type, true > = static_cast<Type>(0) < static_cast<Type>(-1)
externconstexpr

Implementation constant for std::is_unsigned_v The value is true if Type is an unsigned type, false otherwise.

Template Parameters
TypeThe type to check