_

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

NameDescription
strThe translatable literal being marked.