MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / swap

Method swap

common/HeapArray.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 void fill(const_reference value) { std::fill(begin(), end(), value); }
73
74 void swap(this_type& move) { std::swap(m_data, move.m_data); }
75
76 this_type& operator=(const this_type& rhs)
77 {

Callers 11

stopListeningForInputMethod · 0.45
ClearGameHashMethod · 0.45
RefreshMethod · 0.45
GetAllAdaptersMethod · 0.45
GetAdapterMethod · 0.45
GetAdapterAutoMethod · 0.45
TAPGetWin32AdapterFunction · 0.45
CloseFileSelectorMethod · 0.45
CloseChoiceDialogMethod · 0.45
UnloadFontDataMethod · 0.45
ShutdownMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected