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.
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.