- Exercise
In this exercise, we will initialize containers using an initializer list.
We'll cover the following
Task
Initialize the following containers:
std::array
std::vector
std::set
std::unordered_multiset
with the {} initializer list.
Get hands-on with 1400+ tech skills courses.