Write the translated form of a literal to an output stream.
Synopsis
Declared in <util/translation.h>
std::ostream&
operator<<(
std::ostream& os,
TranslatedLiteral const& lit);
Return Value
A reference to os.
Parameters
Name |
Description |
os |
The output stream to write to. |
lit |
The translated literal to format. |
Created with MrDocs