28#ifndef Foam_vectorList_H
29#define Foam_vectorList_H
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A non-owning sub-view of a List (allocated or unallocated storage).
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
List< vector > vectorList
List of vector.
UList< vector > vectorUList
UList of vector.
SubList< vector > vectorSubList
SubList of vector.
List< vectorList > vectorListList
List of vectorList.