vector::max_size
vector::max_size
size_type max_size() const;
The member function returns the length of the longest sequence that the object can control.
See the related sample program.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
vector::max_size
size_type max_size() const;
The member function returns the length of the longest sequence that the object can control.
See the related sample program.