19 constexpr size_t ITEM_NONE = (std::numeric_limits<size_t>::max)();
35 template<
class Map,
class Value>
36 inline void mapSet(Map& map, std::string_view key,
const Value& value)
38 auto it = map.find(key);
40 map.emplace(key, value);
void mapSet(Map &map, std::string_view key, const Value &value)
constexpr float ALPHA_MAX
constexpr unsigned int MYGUI_FLAG(uint8_t num)
constexpr float ALPHA_MIN
constexpr size_t ITEM_NONE
constexpr unsigned int MYGUI_FLAG_NONE