Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator-
Method
operator-
MyGUIEngine/include/MyGUI_TSize.h:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
TSize operator-(TSize const& _obj) const
45
{
46
return TSize(width - _obj.width, height - _obj.height);
47
}
48
49
TSize operator+(TSize const& _obj) const
50
{
Callers
nothing calls this directly
Calls
1
TSize
Class · 0.85
Tested by
no test coverage detected