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

Internal class providing an unsigned type for wchar_t. More...

Public Types

using type = typename sized_unsigned<sizeof(wchar_t)>::type
 The resulting type.
 

Detailed Description

Internal class providing an unsigned type for wchar_t.

Member Typedef Documentation

◆ type

using std::make_unsigned_detail::make_unsigned< wchar_t >::type = typename sized_unsigned<sizeof(wchar_t)>::type

The resulting type.


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