vector::size - C++ Reference - cplusplus.com - The C++ Resources Network
Returns the number of elements in the vector. This is the number of actual objects held in the vector, which is not necessarily equal to its storage capacity. Parameters none Return Value The number of elements in the container. Member type size_type is a...