Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CompareKey
Class · 0.70
sort
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected