[#BloombergLP-bslfmt-FormatterCharacter_MakeUnsigned-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::FormatterCharacter_MakeUnsigned :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE, int t_SIZE> struct FormatterCharacter_MakeUnsigned; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/FormatterCharacter_MakeUnsigned-0ca.adoc[`FormatterCharacter_MakeUnsigned<wchar_t, 1>`] | This is a specialization of the `FormatterCharacter_MakeUnsigned` template for the type `wchar_t` having 1‐byte length. | xref:BloombergLP/bslfmt/FormatterCharacter_MakeUnsigned-08.adoc[`FormatterCharacter_MakeUnsigned<wchar_t, 2>`] | This is a specialization of the `FormatterCharacter_MakeUnsigned` template for the type `wchar_t` having 2‐byte length. | xref:BloombergLP/bslfmt/FormatterCharacter_MakeUnsigned-0b.adoc[`FormatterCharacter_MakeUnsigned<wchar_t, 4>`] | This is a specialization of the `FormatterCharacter_MakeUnsigned` template for the type `wchar_t` having 4‐byte length. | xref:BloombergLP/bslfmt/FormatterCharacter_MakeUnsigned-03.adoc[`FormatterCharacter_MakeUnsigned<wchar_t, 8>`] | This is a specialization of the `FormatterCharacter_MakeUnsigned` template for the type `wchar_t` having 8‐byte length. | xref:BloombergLP/bslfmt/FormatterCharacter_MakeUnsigned-0c6.adoc[`FormatterCharacter_MakeUnsigned<char, t_SIZE>`] | Partial specialization of the `FormatterCharacter_MakeUnsigned` template for the type `char`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#