Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class Region{
  2. public:
  3. Region(string nazwa_wojewodztwa,const &County):
  4. powiaty_w_wojewodztwo(){powiaty_w_wojewodztwo.insert(nazwa_wojewodztwa,County)};
  5. map<string,County> powiaty_w_wojewodztwo;
  6. ~Region()=default;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement