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

Method operator+

MyGUIEngine/include/MyGUI_TSize.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 TSize operator+(TSize const& _obj) const
50 {
51 return TSize(width + _obj.width, height + _obj.height);
52 }
53
54 template<typename U>
55 TSize& operator=(TSize<U> const& _obj)

Callers

nothing calls this directly

Calls 1

TSizeClass · 0.85

Tested by

no test coverage detected