MCPcopy Create free account
hub / github.com/Singular/Singular / sort

Method sort

gfanlib/gfanlib_vector.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 v.push_back(a);
92 }
93 void sort()
94 {
95 std::sort(v.begin(),v.end());
96 }
97 bool nextPermutation()
98 {
99 return std::next_permutation(v.begin(),v.end());

Callers 1

Calls 3

sortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected