Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DebugArrayTests
Function · 0.80
MakeUnique
Method · 0.80
FindInstalledVersions
Method · 0.80
GetNextMonitorInfo
Function · 0.80
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
1
DebugArrayTests
Function · 0.64