util::ConstevalFormatString::ConstevalFormatString

Wrap and partially validate a format string at compile time.

Synopsis

Declared in <util/string.h>

consteval
ConstevalFormatString(char const* str);

Parameters

NameDescription
strThe format string literal to wrap and validate.