Translation marker macro helper: return the literal unchanged at compile time.

Synopsis

Declared in <util/translation.h>

consteval
auto
_(util::TranslatedLiteral str);

Return Value

The same literal, so it can be used where a TranslatedLiteral is expected.

Parameters

Name

Description

str

The translatable literal being marked.

Created with MrDocs