Get or create a value from/in the map.
Given a key, and a lazy evaluated default value, attempt to retrieve a value from the map. If a value for the given key is not set, set the provided default value in the map and return that.
The value will be returned by reference.
The key in the map.
A reference to the value in the map.
See Implementation
Get or create a value from/in the map.
Given a key, and a lazy evaluated default value, attempt to retrieve a value from the map. If a value for the given key is not set, set the provided default value in the map and return that.
The value will be returned by reference.