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