MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / DoSort

Method DoSort

WinArk/KernelPoolView.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void CKernelPoolView::DoSort() {
468 std::sort(m_Tags.begin(), m_Tags.end(), [this](const auto& i1, const auto& i2) {
469 return CompareItems(*i1, *i2);
470 });
471}
472
473void CKernelPoolView::SetToolBar(HWND hWnd) {
474

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected