c++ how to return an empty vector

C++
return vector<int>();
//or
return{};
Source

Also in C++: