header
<initializer_list>
Initializer list
This header defines a template class with the same name:
- initializer_list
- Initializer list (class template
)
Along with specializations of the global functions
begin and
end:
- begin (initializer_list)
- Return iterator to beginning (function template
)
- end (initializer_list)
- Return iterator to end (function template
)