This struct template implements the make_unsigned meta‐function defined in the C++11 standard [meta.trans.sign], providing an alias, type, that returns the result. The type is the unsigned analogue of the (template parameter) t_TYPE.
Synopsis
Declared in <bslfmt_formattercharacter.h>
template<
class t_TYPE,
int t_SIZE>
struct FormatterCharacter_MakeUnsigned;
Specializations
Name |
Description |
This is a specialization of the |
|
This is a specialization of the |
|
This is a specialization of the |
|
This is a specialization of the |
|
Partial specialization of the |
Created with MrDocs