Write the specified character value to the wide output iterator out.
Declared in <bslfmt_formattercharutil.h>
template<class t_ITERATOR>
static
t_ITERATOR
outputFromChar(
char const value,
t_ITERATOR out);
Output to the specified output iterator out the specified value. Return incremented out. Note that in case of a negative input character the outputted result is unspecified.
out incremented past the written character
| Name | Description |
|---|---|
| value | character to write (widened to wchar_t) |
| out | output iterator receiving the character |