vector::size_type
A type that represents the number of elements in a vector.
typedef typename Allocator::size_type size_type;
Example
See the example for capacity.
Requirements
Header: <vector>
Namespace: std
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
A type that represents the number of elements in a vector.
typedef typename Allocator::size_type size_type;
See the example for capacity.
Header: <vector>
Namespace: std