Concatenate two bilingual strings.
Synopsis
Declared in <util/translation.h>
bilingual_str
operator+(
bilingual_str lhs,
bilingual_str const& rhs);
Return Value
The concatenation of lhs and rhs.
Parameters
Name |
Description |
lhs |
The left operand, taken by value and used as the result. |
rhs |
The bilingual string appended to lhs. |
Created with MrDocs