logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_parallel::__multiway_merge_3_variant_sentinel_switch.3cxx

Author

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

                                                    libstd__gnu_parallel::__mult...ifferenceTp,_Compare>(3cxx)

Detailed Description

template<bool__sentinels,typename_RAIterIterator,typename_RAIter3,typename_DifferenceTp,typename_Compare>
       struct __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< __sentinels, _RAIterIterator,
       _RAIter3, _DifferenceTp, _Compare >"Switch for 3-way merging with __sentinels turned off.

       Note that 3-way merging is always stable!

Name

       __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< __sentinels, _RAIterIterator, _RAIter3,
       _DifferenceTp, _Compare > - Switch for 3-way merging with __sentinels turned off.

Synopsis

       #include <multiway_merge.h>

   PublicMemberFunctions
       _RAIter3 operator() (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target,
           _DifferenceTp __length, _Compare __comp)

See Also