vector::size_type
A type that counts 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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
A type that counts the number of elements in a vector.
typedef typename Allocator::size_type size_type;
See the example for capacity.
Header: <vector>
Namespace: std