ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::ParallelSort::Private::Work< RandomAccessIterator > Struct Template Reference

Description

template<class RandomAccessIterator>
struct Rose::ParallelSort::Private::Work< RandomAccessIterator >

Definition at line 29 of file ParallelSort.h.

Public Member Functions

 Work (RandomAccessIterator begin, RandomAccessIterator end)
 

Public Attributes

RandomAccessIterator begin
 
RandomAccessIterator end
 

Constructor & Destructor Documentation

◆ Work()

template<class RandomAccessIterator >
Rose::ParallelSort::Private::Work< RandomAccessIterator >::Work ( RandomAccessIterator  begin,
RandomAccessIterator  end 
)
inline

Definition at line 31 of file ParallelSort.h.

Member Data Documentation

◆ begin

template<class RandomAccessIterator >
RandomAccessIterator Rose::ParallelSort::Private::Work< RandomAccessIterator >::begin

Definition at line 30 of file ParallelSort.h.

◆ end

template<class RandomAccessIterator >
RandomAccessIterator Rose::ParallelSort::Private::Work< RandomAccessIterator >::end

Definition at line 30 of file ParallelSort.h.


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