DASH
0.3.0
|
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... | |
Offset and extent in a single dimension.
Definition at line 346 of file Dimensional.h.
SizeType dash::ViewPair< IndexType >::extent |
Extent in dimension.
Definition at line 351 of file Dimensional.h.
Referenced by dash::operator!=(), and dash::operator==().
IndexType dash::ViewPair< IndexType >::offset |
Offset in dimension.
Definition at line 349 of file Dimensional.h.
Referenced by dash::operator!=(), and dash::operator==().