Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ empty
Method
empty
MyGUIEngine/include/MyGUI_TSize.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool empty() const
91
{
92
return ((width == 0) && (height == 0));
93
}
94
95
std::string print() const
96
{
Callers
9
parse
Function · 0.45
parse
Function · 0.45
parse
Function · 0.45
parse
Function · 0.45
empty
Function · 0.45
operator()
Method · 0.45
parse
Function · 0.45
parse
Function · 0.45
MyGUI_Align.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected