Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator|
Method
operator|
Common/MessageBox/MessageBoxStyle.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
friend MessageBoxStyle operator|(Enum const& a, Enum const& b)
68
{
69
return {Enum((unsigned int)a | (unsigned int)b)};
70
}
71
72
MessageBoxStyle operator|(Enum const& a)
73
{
Callers
nothing calls this directly
Calls
1
Enum
Enum · 0.70
Tested by
no test coverage detected