Home | History | Annotate | Download | only in functional

Lines Matching full:unsorted

1092 static vector<T> sorted (const vector<T>& unsorted, P pred)
1094 vector<T> result = unsorted;
1100 static vector<T> sorted (const vector<T>& unsorted)
1102 vector<T> result = unsorted;