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

Function operator+

MyGUIEngine/include/MyGUI_UString.h:1003–1006  ·  view source on GitHub ↗

string addition operator \relates UString

Source from the content-addressed store, hash-verified

1001
1002 //! string addition operator \relates UString
1003 inline UString operator+(const UString& s1, const UString& s2)
1004 {
1005 return UString(s1).append(s2);
1006 }
1007 //! string addition operator \relates UString
1008 inline UString operator+(const UString& s1, UString::code_point c)
1009 {

Callers

nothing calls this directly

Calls 2

UStringFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected