Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator+
Method
operator+
MyGUIEngine/include/MyGUI_TRect.h:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
TRect operator+(TRect const& _obj) const
59
{
60
return TRect(left + _obj.left, top + _obj.top, right + _obj.right, bottom + _obj.bottom);
61
}
62
63
template<typename U>
64
TRect& operator=(TRect<U> const& _obj)
Callers
nothing calls this directly
Calls
1
TRect
Class · 0.85
Tested by
no test coverage detected