vector.h

This interface exports the Vector template class, which provides an efficient, safe, convenient replacement for the array type in C++.
Class
Vector<ValueType> This class stores an ordered list of values similar to an array.