Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

__gnu_parallel::_SamplingSorter.3cxx

Author

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

                                                    libstd__gnu_parallel::_Sampl...,_StrictWeakOrdering>(3cxx)

Detailed Description

template<bool__stable,class_RAIter,class_StrictWeakOrdering>
       struct __gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering >"Stable sorting functor.

       Used to reduce code instanciation in multiway_merge_sampling_splitting.

Name

       __gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering > - Stable sorting functor.

Synopsis

       #include <multiway_merge.h>

   PublicMemberFunctions
       void operator() (_RAIter __first, _RAIter __last, _StrictWeakOrdering __comp)

See Also