BloombergLP::bslfmt::FormatterCharacter_CharacterOutput

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

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

Specializations

NameDescription
FormatterCharacter_CharacterOutput<char, wchar_t> This is a specialization of FormatterCharacter_CharacterOutput template for char and wchar_t.