Prepend a translated literal to a value of the right operand's type.
Declared in <util/translation.h>
template<typename T>
T
operator+(
TranslatedLiteral const& lhs,
T const& rhs);
The concatenation of the converted lhs and rhs.
| Name | Description |
|---|---|
| lhs | The translated literal, converted to T before concatenation. |
| rhs | The right operand. |