initializing a map c++ code example Example: initialize map c++ std::map<std::string, int> mapOfMarks = { {"Riti",2}, {"Jack",4} };