78 if(entryIndex >= m_entryDescriptions.size())
80 m_entryDescriptions.resize(entryIndex + 1);
83 PH_ASSERT_LT(entryIndex, m_entryDescriptions.size());
84 m_entryDescriptions[entryIndex] = std::move(description);
TEntry(std::string_view name, ValueType value)
Definition SdlEnum.h:34