Home
last modified time | relevance | path

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

/third_party/boost/boost/sort/sample_sort/
Dsample_sort.hpp58 struct sample_sort struct
63 typedef value_iter<Iter_t> value_t;
64 typedef range<Iter_t> range_it;
65 typedef range<value_t *> range_buf;
66 typedef sample_sort<Iter_t, Compare> this_t;
72 static const uint32_t thread_min = (1 << 16);
76 uint32_t nthread, ninterval;
81 bool construct = false, owner = false;
84 Compare comp;
87 range_it global_range;
[all …]