C++ does initialization of empty vector call default constructor code example Example: how to initialize vector vector<int> vect{ 10, 20, 30 };