template <char... chars>
struct InternedStringStorage
Defined at line 86 of file ../../src/performance/lib/fxt/include/lib/fxt/interned_string.h
Indirection to allow the literal operator below to be constexpr. Addresses of variables with
static storage druation are valid constant expressions, however, constexpr functions may not
directly declare local variables with static storage duration.
Public Members
static const char[] storage
static InternedString interned_string