Thrill  0.1
PMWMSPiece< DiffType > Struct Template Reference

Detailed Description

template<typename DiffType>
struct tlx::parallel_mergesort_detail::PMWMSPiece< DiffType >

Subsequence description.

Definition at line 44 of file parallel_mergesort.hpp.

#include <parallel_mergesort.hpp>

Public Attributes

DiffType begin
 Begin of subsequence. More...
 
DiffType end
 End of subsequence. More...
 

Member Data Documentation

◆ begin

DiffType begin

Begin of subsequence.

Definition at line 46 of file parallel_mergesort.hpp.

Referenced by tlx::parallel_mergesort(), tlx::parallel_mergesort_base(), and tlx::stable_parallel_mergesort().

◆ end

DiffType end

End of subsequence.

Definition at line 48 of file parallel_mergesort.hpp.

Referenced by tlx::parallel_mergesort(), and tlx::stable_parallel_mergesort().


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