MCPcopy Create free account
hub / github.com/Icinga/icinga2 / swap

Method swap

lib/base/string.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void String::swap(String& str)
264{
265 m_Data.swap(str.m_Data);
266}
267
268String::Iterator String::erase(String::Iterator first, String::Iterator last)
269{

Callers 9

SetFilterMethod · 0.80
FinishAsyncQueriesMethod · 0.80
ValueMethod · 0.80
value.cppFile · 0.80
SwapMethod · 0.80
LivestatusQueryMethod · 0.80
CommitNewItemsMethod · 0.80
swapFunction · 0.80
json>Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected