BloombergLP::bslfmt::FormatterCharUtil<char>::outputFromChar

Output to the specified output iterator out the specified value. Return incremented out.

Synopsis

Declared in <bslfmt_formattercharutil.h>

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

Return Value

out incremented past the written character

Parameters

NameDescription
valuecharacter to write
outoutput iterator receiving the character