std::initializer_list This type is used to access the values in a C++ initialization list , which is a list of elements of type const T .
std::initializer_list This type is used to access the values in a C++ initialization list , which is a list of elements of type const T .