Advertisement
Guest User

Untitled

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