| description | Learn more about: <initializer_list> |
|---|---|
| title | <initializer_list> |
| ms.date | 11/04/2016 |
| ms.assetid | 820b6448-fb01-49a4-aeaa-546ad7576ea4 |
Defines the container class template initializer_list and several supporting templates.
#include <initializer_list>| Class | Description |
|---|---|
| initializer_list | Provides access to an array of elements in which each member is of the specified type. |