mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-04 23:35:39 +00:00
The purpose of emplace is to construct the pair within the map. While using make_pair will result in the same behavior, it's a tad more verbose than it needs to be.