C++ vector::size() vs vector::capacity() In this article, we will explore and contrast the size() and capacity() functions of the vector class in C++.