Lines Matching refs:alg

26   // [alg.nonmodifying], non-modifying sequence operations
27 // [alg.all.of], all of
33 // [alg.any.of], any of
39 // [alg.none.of], none of
46 // [alg.contains], contains
55 // [alg.foreach], for each
71 // [alg.find], find
90 // [alg.find.end], find end
97 // [alg.find.first.of], find first
104 // [alg.adjacent.find], adjacent find
111 // [alg.count], count
129 // [alg.equal], equal
136 // [alg.is.permutation], is permutation
143 // [alg.search], search
158 // [alg.starts.with], starts with
161 // [alg.ends.with], ends with
164 // [alg.fold], fold
179 // [alg.modifying.operations], mutating sequence operations
180 // [alg.copy], copy
209 // [alg.move], move
224 // [alg.swap], swap
234 // [alg.transform], transform
263 // [alg.fill], fill
272 // [alg.generate], generate
281 // [alg.remove], remove
299 // [alg.unique], unique
313 // [alg.reverse], reverse
327 // [alg.rotate], rotate
341 // [alg.random.sample], sample
348 // [alg.random.shuffle], shuffle
355 // [alg.shift], shift
368 // [alg.sorting], sorting and related operations
369 // [alg.sort], sorting
402 // [alg.nth.element], Nth element
409 // [alg.binary.search], binary search
434 // [alg.partitions], partitions
465 // [alg.merge], merge
478 // [alg.set.operations], set operations
512 // [alg.heap.operations], heap operations
549 // [alg.min.max], minimum and maximum
589 // [alg.clamp], bounded value
596 // [alg.lex.comparison], lexicographical comparison
603 // [alg.three.way], three-way comparison algorithms
606 // [alg.permutation.generators], permutations