mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 13:11:22 +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.