#include <tlx/container/loser_tree.hpp>
#include <algorithm>
#include <functional>
#include <utility>
#include <vector>
Go to the source code of this file.
|
template<typename ValueType , typename ReaderIterator , typename Comparator = std::less<ValueType>> |
auto | make_multiway_merge_tree (ReaderIterator seqs_begin, ReaderIterator seqs_end, const Comparator &comp=Comparator()) |
| Sequential multi-way merging switch for a file writer as output. More...
|
|
template<typename ValueType , typename ReaderIterator , typename Comparator = std::less<ValueType>> |
auto | make_stable_multiway_merge_tree (ReaderIterator seqs_begin, ReaderIterator seqs_end, const Comparator &comp=Comparator()) |
| Sequential multi-way merging switch for a file writer as output. More...
|
|
◆ THRILL_CORE_MULTIWAY_MERGE_HEADER
#define THRILL_CORE_MULTIWAY_MERGE_HEADER |