21 static constexpr
const char*
const not_created =
"not created";
22 static constexpr
const char*
const running =
"running";
23 static constexpr
const char*
const stopped =
"stopped";
#define ENUM_AND_ARRAY(...)
static constexpr const char *const stopped
static constexpr const char *const running
static constexpr const char *const not_created
The base template for associating string values with enum values.