Prepend a translated literal to a value of the right operand's type.

Synopsis

Declared in <util/translation.h>

template<typename T>
T
operator+(
    TranslatedLiteral const& lhs,
    T const& rhs);

Return Value

The concatenation of the converted lhs and rhs.

Parameters

Name

Description

lhs

The translated literal, converted to T before concatenation.

rhs

The right operand.

Created with MrDocs