MCPcopy Create free account
hub / github.com/MyGUI/mygui / swap

Method swap

MyGUIEngine/src/MyGUI_UString.cpp:594–597  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

592 }
593 //--------------------------------------------------------------------------
594 void UString::swap(UString& from)
595 {
596 mData.swap(from.mData);
597 }
598 //--------------------------------------------------------------------------
599 bool UString::empty() const
600 {

Callers 4

pathMethod · 0.45
ArgsMethod · 0.45
substrMethod · 0.45
pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected