template<typename ValueType, typename CompareFunction, typename SortAlgorithm, bool Stable = false>
struct thrill::api::SortNode< ValueType, CompareFunction, SortAlgorithm, Stable >::MakeStableMultiwayMergeTree
Definition at line 100 of file sort.hpp.
|
template<typename ReaderIterator , typename Comparator = std::less<ValueType>> |
auto | operator() (ReaderIterator seqs_begin, ReaderIterator seqs_end, const Comparator &comp=Comparator()) |
|
◆ operator()()
auto operator() |
( |
ReaderIterator |
seqs_begin, |
|
|
ReaderIterator |
seqs_end, |
|
|
const Comparator & |
comp = Comparator() |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: