DASH  0.3.0
dash::ViewPair< IndexType > Struct Template Reference

Offset and extent in a single dimension. More...

#include <Dimensional.h>

Public Types

typedef std::make_unsigned< IndexType >::type SizeType
 

Public Attributes

IndexType offset
 Offset in dimension. More...
 
SizeType extent
 Extent in dimension. More...
 

Detailed Description

template<typename IndexType = int>
struct dash::ViewPair< IndexType >

Offset and extent in a single dimension.

Definition at line 346 of file Dimensional.h.

Member Data Documentation

◆ extent

template<typename IndexType = int>
SizeType dash::ViewPair< IndexType >::extent

Extent in dimension.

Definition at line 351 of file Dimensional.h.

Referenced by dash::operator!=(), and dash::operator==().

◆ offset

template<typename IndexType = int>
IndexType dash::ViewPair< IndexType >::offset

Offset in dimension.

Definition at line 349 of file Dimensional.h.

Referenced by dash::operator!=(), and dash::operator==().


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