
please wait
std::map<std::string, std::string>
http://www.cplusplus.com/reference/map/map/ http://en.cppreference.com/w/cpp/container/map |
"B2"
in your case. The second part is the value to be stored - "Poison"
http://www.cplusplus.com/reference/map/map/find/ |
The content of some of the strings is dynamic, i.e. B2 could be "Poison" at some step in the program, and "Strychnine" later, etc. |