RosettaCodeData/Task/Associative-array-Creation/C++/associative-array-creation-...

2 lines
43 B
C++

exampleMap.insert(std::make_pair(7,3.14));