[#util-operator_lshift] = xref:util.adoc[util]::operator<< :relfileprefix: ../ :mrdocs: Write the translated form of a literal to an output stream. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:util/TranslatedLiteral.adoc[TranslatedLiteral] const& lit); ---- == Return Value A reference to os. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream to write to. | *lit* | The translated literal to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#