Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit e83975fcee.
PrevUpHomeNext

Boost.Sort C++ Reference


BOOST_PDQSORT_PREFER_MOVE(x)
namespace boost {
  namespace sort {
    template<typename Iter, typename Compare> 
      void pdqsort(Iter, Iter, Compare);
    template<typename Iter, typename Compare> 
      void pdqsort_branchless(Iter, Iter, Compare);
    template<typename Iter> void pdqsort(Iter, Iter);
    template<typename Iter> void pdqsort_branchless(Iter, Iter);
  }
}

PrevUpHomeNext