stribog.meta.sort

Members

Templates

staticSort
template staticSort(alias F, T...)

Perfoms merge sort algorithm on expression list T using function/template F that takes two elements and returns boolean.

Meta

License

Subject to the terms of the Boost 1.0 license as specified in LICENSE file

Authors

Anton Gushcha <ncrashed@gmail.com>

Template sorting using merge sort algorithm