Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 251 Bytes

vector.md

File metadata and controls

3 lines (2 loc) · 251 Bytes

Vector inherits from the abstract class SequentialContainer, which encapsulates an array named vector, and all the functions you see operate on the array.

For details on why Vector is designed, please refer to the Base chapter.