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
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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