MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / sort

Method sort

src/common/MArray.h:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295 #ifndef NOMARRAYSORT
296 void sort(bool(*lessFunction)(const _Ty& e1, const _Ty& e2))
297 {
298 std::sort(data.begin(), data.end(), lessFunction);
299 };
300 #endif
301};
302

Callers 4

DebugArrayTestsFunction · 0.80
MakeUniqueMethod · 0.80
FindInstalledVersionsMethod · 0.80
GetNextMonitorInfoFunction · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by 1

DebugArrayTestsFunction · 0.64