Hello, i have some doubts with c++.

First of all, if i have a map of objects like this:



class People {
map<int,Person> mapPersons;
string city;
int code;