MCPcopy Create free account
hub / github.com/MyGUI/mygui / MYGUI_FLAG

Function MYGUI_FLAG

MyGUIEngine/include/MyGUI_Macros.h:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 constexpr unsigned int MYGUI_FLAG_NONE = 0;
24 constexpr unsigned int MYGUI_FLAG(uint8_t num)
25 {
26 return 1U << num;
27 }
28
29 /**
30 Analagous to std::map's operator[], i.e. it replicates map[key] = value.

Callers 5

EnumEnum · 0.85
getButtonsMethod · 0.85
addButtonNameMethod · 0.85
EnumEnum · 0.85
EnumEnum · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected