Home
last modified time | relevance | path

Searched defs:quick_sort_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mpl/aux_/
Dsort_impl.hpp53 struct quick_sort_impl struct
55 typedef typename begin<Seq>::type pivot;
64 >::type partitioned;
66 typedef typename quick_sort< typename partitioned::first, Pred >::type part1;
67 typedef typename quick_sort< typename partitioned::second, Pred >::type part2;
72 > type;