Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

NAME

       __gnu_parallel::multiway_merge_k_variant_sentinel_switch< sentinels, stable,
       RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > -

SYNOPSIS

   Public Member Functions
       RandomAccessIterator3 operator() (RandomAccessIteratorIterator seqs_begin,
           RandomAccessIteratorIterator seqs_end, RandomAccessIterator3 target, const typename
           std::iterator_traits< typename std::iterator_traits< RandomAccessIteratorIterator
           >::value_type::first_type >::value_type &sentinel, _DifferenceTp length, Comparator
           comp)

Detailed Description

   template<bool sentinels, bool stable, typename RandomAccessIteratorIterator, typename
       RandomAccessIterator3, typename _DifferenceTp, typename Comparator>struct
       __gnu_parallel::multiway_merge_k_variant_sentinel_switch< sentinels, stable,
       RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator >
       Switch for k-way merging with sentinels turned on.

       Definition at line 895 of file multiway_merge.h.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

_gnu_parallel::multiway_merge_k_variant_sentinel_switch< sentinels,bstable, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator >(3cxx)