User‐defined literal yielding the literal string value.

Synopsis

Declared in <folly/Utility.h>

template<literal_string Str>
consteval
decltype(Str)
operator""_lit() noexcept;

Return Value

The literal_string value of the template argument.

Created with MrDocs