[#_] = _ :mrdocs: Translation marker macro helper: return the literal unchanged at compile time. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval auto _(xref:util/TranslatedLiteral.adoc[util::TranslatedLiteral] str); ---- == Return Value The same literal, so it can be used where a TranslatedLiteral is expected. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The translatable literal being marked. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#