The
SimpleCxxLib
package
#include "vector.h"
This file exports the
Vector
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.