MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator-

Method operator-

MyGUIEngine/include/MyGUI_TRect.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 TRect operator-(TRect const& _obj) const
54 {
55 return TRect(left - _obj.left, top - _obj.top, right - _obj.right, bottom - _obj.bottom);
56 }
57
58 TRect operator+(TRect const& _obj) const
59 {

Callers

nothing calls this directly

Calls 1

TRectClass · 0.85

Tested by

no test coverage detected