util::operator<<

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

NameDescription
osThe output stream to write to.
litThe translated literal to format.