template<class T> class initializer_list;
const T. |
|
<initializer_list> shall be included to access it, even if the type is used implicitly. |
|
initializer_list::value_type.| member type | definition |
|---|---|
| value_type | The template parameter (T) |
| reference | const T& |
| const_reference | const T& |
| size_type | size_t |
| iterator | const T* |
| const_iterator | const T* |