A recurring question for me: Given `std::unordered_map<Key, T> *mptr`, which is least ugly? A: (*mptr)[X] = Y; B: mptr->operator[](X) = Y; C: mptr->insert(std::make_pair(X, Y));
-
-
True :)
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.