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::_Piece.3cxx

Author

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

                                                    libstdc++      __gnu_parallel::_Piece<_DifferenceTp>(3cxx)

Detailed Description

template<typename_DifferenceTp>
       struct __gnu_parallel::_Piece< _DifferenceTp >"Subsequence description.

Member Data Documentation

template<typename_DifferenceTp>_DifferenceType__gnu_parallel::_Piece<_DifferenceTp>::_M_begin
       Begin of subsequence.

   template<typename_DifferenceTp>_DifferenceType__gnu_parallel::_Piece<_DifferenceTp>::_M_end
       End of subsequence.

Name

       __gnu_parallel::_Piece< _DifferenceTp > - Subsequence description.

Synopsis

       #include <multiway_mergesort.h>

   PublicTypes
       typedef _DifferenceTp _DifferenceTypePublicAttributes
       _DifferenceType _M_begin
           Begin of subsequence.
       _DifferenceType _M_end
           End of subsequence.

See Also