MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / Sort

Method Sort

kratos/containers/pointer_vector_map.h:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464 void Sort()
465 {
466 std::sort(mData.begin(), mData.end(), CompareKey());
467 mSortedPartSize = mData.size();
468 }
469
470 ///@}
471 ///@name Access

Callers

nothing calls this directly

Calls 5

CompareKeyClass · 0.70
sortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected