Learning New C++ Standards - Initializer lists Technical Solution | 1 min read If you have a vector and you need to fill it with some predefined data, we have to call push_back() with those data that many times. Its so tiring like the following.