[#BloombergLP-bslfmt-FormatterCharUtil-0c-outputFromChar-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterCharUtil-0c.adoc[FormatterCharUtil<wchar_t>]::outputFromChar :relfileprefix: ../../../ :mrdocs: Write the specified character `value` to the wide output iterator `out`. == Synopsis Declared in `<bslfmt_formattercharutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ITERATOR> static t_ITERATOR outputFromChar( char const value, t_ITERATOR out); ---- == Description 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. == Return Value `out` incremented past the written character == Parameters [cols="1,4"] |=== | Name| Description | *value* | character to write (widened to `wchar_t`) | *out* | output iterator receiving the character |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#