Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::make_unsigned_detail::make_unsigned< char > Struct Reference

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.
 

Detailed Description

Internal class providing std::make_unsigned for char.

Member Typedef Documentation

◆ type

using std::make_unsigned_detail::make_unsigned< char >::type = conditional_t<is_signed_v<char>, unsigned char, char>

The resulting type.


The documentation for this struct was generated from the following file: