Skip to content

Comparators and projections

Morwenn edited this page Nov 11, 2016 · 8 revisions

Most sorting algorithms in cpp-sort accept comparison and/or projection parameters. The library therefore considers these kinds of functions to be first-class citizens too and provides dedicated comparators, projections and tools to combine them and to solve common related problems.

Clone this wiki locally