81 const label startIndex
void operator=(const SubList< T > &)
Assignment of all entries to the given sub-list.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A List obtained as a section of another List.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
static const SubList< T > & null()
Return a null SubList.
SubList(const UList< T > &list, const label subSize)
Construct from UList and sub-list size.