__gnu_parallel::multiway_merge_4_variant_sentinel_switch< sentinels, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > Struct Template Reference
List of all members.
Detailed Description
template<bool sentinels, typename RandomAccessIteratorIterator, typename RandomAccessIterator3, typename _DifferenceTp, typename Comparator>
struct __gnu_parallel::multiway_merge_4_variant_sentinel_switch< sentinels, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator >
Switch for 4-way merging with sentinels turned off.
Note that 4-way merging is always stable!
Definition at line 854 of file multiway_merge.h.
Public Member Functions
-
RandomAccessIterator3 operator() (RandomAccessIteratorIterator seqs_begin, RandomAccessIteratorIterator seqs_end, RandomAccessIterator3 target, Comparator comp, _DifferenceTp length)
The documentation for this struct was generated from the following file: