Which STL component provides a dynamic array in C++?

Explanation:
std::vector is a dynamic array that can grow or shrink in size.