Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. VALUE_TYPE& Map::operator[](KEY_TYPE a){
  2. cout << "hmm" << endl;
  3.  
  4.  
  5. }
  6.  
  7.  
  8.  
  9. Map& Map::operator=(const Map &rhs){
  10. //cout << "operator = " << endl;
  11. }
  12.  
  13. Map["a"] = "hey";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement