31.12.2017, 13:57
You should allow all of the following (<key, value>):
<string, int>
<string, string>
<int, string>
<int, int>
This would be very useful if you could make it more complete:
1. allow the scripter to set load factor, bucket count, etc.
2. set function which works like try_emplace
3. set function which sets iff the key exists
<string, int>
<string, string>
<int, string>
<int, int>
This would be very useful if you could make it more complete:
1. allow the scripter to set load factor, bucket count, etc.
2. set function which works like try_emplace
3. set function which sets iff the key exists