template <char... chars>

struct InternedCategoryStorage

Defined at line 93 of file ../../src/performance/lib/fxt/include/lib/fxt/interned_category.h

Indirection to allow the literal operator below to be constexpr. Addresses of variables with

static storage duration are valid constant expressions, however, constexpr functions may not

directly declare local variables with static storage duration.

Public Members

static InternedCategory interned_category