BloombergLP::bslfmt::FormatterCharacter_CharacterOutput<char, wchar_t>::output

Output the specified value to the specified out.

Synopsis

Declared in <bslfmt_formattercharacter.h>

template<class t_ITERATOR>
static
t_ITERATOR
output(
    char const value,
    t_ITERATOR out);

Return Value

out incremented by the number of characters written

Parameters

NameDescription
valuecharacter value to write
outoutput iterator to receive value