[#operator_plus-0d] = operator+ :mrdocs: Concatenate two bilingual strings. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bilingual_str.adoc[bilingual_str] operator+( xref:bilingual_str.adoc[bilingual_str] lhs, xref:bilingual_str.adoc[bilingual_str] const& rhs); ---- == Return Value The concatenation of lhs and rhs. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left operand, taken by value and used as the result. | *rhs* | The bilingual string appended to lhs. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#