[#util-operator_plus-02] = xref:util.adoc[util]::operator+ :relfileprefix: ../ :mrdocs: Append a translated literal to a value of the left operand's type. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> T operator+( T const& lhs, xref:util/TranslatedLiteral.adoc[TranslatedLiteral] const& rhs); ---- == Return Value The concatenation of lhs and the converted rhs. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left operand. | *rhs* | The translated literal, converted to T before concatenation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#