<vector>
Defines a variable object that stores a list of data elements of mixed type.
A vector object does not itself return its contents or display data as a markup element would, however you can create a reference to a vector instance in order to get and/or manipulate the data elements inside.