MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator|

Function operator|

MyGUIEngine/include/MyGUI_Align.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 friend Align operator|(Enum const& a, Enum const& b)
106 {
107 return {Enum((unsigned int)a | (unsigned int)b)};
108 }
109
110 friend Align operator|(Align const& a, Align const& b)
111 {

Callers

nothing calls this directly

Calls 1

EnumEnum · 0.70

Tested by

no test coverage detected