BloombergLP::bslfmt::FormatterCharUtil<wchar_t>::outputFromChar

outputFromChar overloads

Synopses

Declared in <bslfmt_formattercharutil.h>

Write the specified character value to the wide output iterator out.

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

Write the character range [begin, end) to the wide output iterator.]

template<class t_ITERATOR>
static
t_ITERATOR
outputFromChar(
    char const* begin,
    char const* end,
    t_ITERATOR out);
» more...

Return Value

  • out incremented past the written character
  • out incremented by the number of characters written

Parameters

NameDescription
valuecharacter to write (widened to wchar_t)
outoutput iterator receiving the character
beginaddress of the first character to write
endaddress one past the last character to write