Return the number of elements in this vector.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::size_type
size() const noexcept;
Return Value
number of elements in this vector
Created with MrDocs