This struct provides a function that outputs the specified value to the specified out.
Declared in <bslfmt_formattercharacter.h>
template<
class t_VALUE_TYPE,
class t_CHAR>
struct FormatterCharacter_CharacterOutput;
| Name | Description |
|---|---|
output | Output the specified value to the specified out and return out. incremented by the number of characters written. |
| Name | Description |
|---|---|
FormatterCharacter_CharacterOutput<char, wchar_t> | This is a specialization of FormatterCharacter_CharacterOutput template for char and wchar_t. |