bilingual_str::operator+=

Append another bilingual string to this one.

Synopsis

Declared in <util/translation.h>

bilingual_str&
operator+=(bilingual_str const& rhs);

Return Value

A reference to this string.

Parameters

NameDescription
rhsThe bilingual string to append.