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