tlx
Loading...
Searching...
No Matches
PMWMSPiece< DiffType > Struct Template Reference

Subsequence description. More...

#include <parallel_mergesort.hpp>

Public Attributes

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

Detailed Description

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

Subsequence description.

Definition at line 44 of file parallel_mergesort.hpp.

Member Data Documentation

◆ begin

template<typename DiffType>
DiffType begin

Begin of subsequence.

Definition at line 46 of file parallel_mergesort.hpp.

◆ end

template<typename DiffType>
DiffType end

End of subsequence.

Definition at line 48 of file parallel_mergesort.hpp.


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