This struct provides a function that outputs the specified value to the specified out.

Synopsis

Declared in <bslfmt_formattercharacter.h>

template<
    class t_VALUE_TYPE,
    class t_CHAR>
struct FormatterCharacter_CharacterOutput;

Static Member Functions

Name

Description

output

Output the specified value to the specified out and return out. incremented by the number of characters written.

Specializations

Name

Description

FormatterCharacter_CharacterOutput<char, wchar_t>

This is a specialization of FormatterCharacter_CharacterOutput template for char and wchar_t.

Created with MrDocs