Go to the documentation of this file.
48 const label startIndex
77 return NullObjectRef<SubList<T> >();
86 return *
reinterpret_cast< const List<T>*
>(
this);
A List obtained as a section of another List.
T *__restrict__ v_
Vector of values of type T.
void checkSize(const label size) const
Check size is within valid range (0 ... size).
void checkStart(const label start) const
Check start is within valid range (0 ... size-1).
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void operator=(const T &)
Assignment of all entries to the given value.
static const SubList< T > & null()
Return a null SubList.
SubList(const UList< T > &list, const label subSize)
Construct from UList and sub-list size.