Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator+
Method
operator+
MyGUIEngine/include/MyGUI_TCoord.h:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
TCoord operator+(TCoord const& _obj) const
77
{
78
return TCoord(left + _obj.left, top + _obj.top, width + _obj.width, height + _obj.height);
79
}
80
81
TCoord operator+(TPoint<T> const& _obj) const
82
{
Callers
nothing calls this directly
Calls
1
TCoord
Class · 0.85
Tested by
no test coverage detected