[#mrdocs-operator_lshift-0e9] = xref:mrdocs.adoc[mrdocs]::operator<< :relfileprefix: ../ :mrdocs: Write to output == Synopsis Declared in `<mrdocs/Support/Handlebars.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mrdocs/OutputRef.adoc[OutputRef]& operator<<( xref:mrdocs/OutputRef.adoc[OutputRef]& os, char c); ---- == Return Value A reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream reference | *c* | The character to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#