![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Internal class providing std::make_unsigned for char.
More...
Public Types | |
| using | type = conditional_t<is_signed_v<char>, unsigned char, char> |
| The resulting type. | |
Internal class providing std::make_unsigned for char.
| using std::make_unsigned_detail::make_unsigned< char >::type = conditional_t<is_signed_v<char>, unsigned char, char> |
The resulting type.