libstdc++
__gnu_parallel::multiway_merge_3_variant_sentinel_switch< true, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > Struct Template Reference

Public Member Functions

RandomAccessIterator3 operator() (RandomAccessIteratorIterator seqs_begin, RandomAccessIteratorIterator seqs_end, RandomAccessIterator3 target, _DifferenceTp length, Comparator comp)

Detailed Description

template<typename RandomAccessIteratorIterator, typename RandomAccessIterator3, typename _DifferenceTp, typename Comparator>
struct __gnu_parallel::multiway_merge_3_variant_sentinel_switch< true, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator >

Switch for 3-way merging with sentinels turned on.

Note that 3-way merging is always stable!

Definition at line 821 of file multiway_merge.h.


The documentation for this struct was generated from the following file: