initializer_list::size
Returns the number of elements in the list.
size_t size() const;
Return Value
The number of elements in the list.
Requirements
Header: <initializer_list>
Namespace: std
See Also
Reference
Other Resources
size_type
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.
Returns the number of elements in the list.
size_t size() const;
The number of elements in the list.
Header: <initializer_list>
Namespace: std
size_type