MCPcopy Create free account
hub / github.com/comaps/comaps / Sort

Function Sort

libs/base/base_tests/clustering_map_tests.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17template <typename T>
18vector<T> Sort(vector<T> vs)
19{
20 sort(vs.begin(), vs.end());
21 return vs;
22}
23
24template <typename Key, typename Value, typename Hash = hash<Key>>
25class ClusteringMapAdapter

Callers 6

GetMethod · 0.70
CoveringMethod · 0.50
GetSocketsMethod · 0.50
ToStringMethod · 0.50
GetOSMKeyValuesMethod · 0.50
ClipGraphMethod · 0.50

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected