<initializer_list>

Defines the container template class initializer_list and several supporting templates.

#include <initializer_list>

Classes

initializer_list

Provides access to an array of elements in which each member is of the specified type.

See Also

Other Resources

C++ Standard Library Header Files