Questions Tagged [initializer-list]

std::initializer_list is a special type in C++11 which is used to construct containers and other types from a list of values of the same type. May be implemented as a pair of pointers or pointer and length and its storage could be automatic, temporary, or static read-only.

Question is empty. Ask new Question

Popular Questions