mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 08:06:07 +00:00

Note that the following are all equivalent to each other: Map.insert({Key, Value()}).first->second Map.try_emplace(Key).first->second Map[Key]