logoalt Hacker News

nemetroidlast Monday at 3:58 PM0 repliesview on HN

Each entry in the map will be copied. In C++, const T& is allowed to bind to a temporary object (whose lifetime will be extended). So a new pair is implicitly constructed, and the reference binds to this object.