Closed P-p-H-d closed 2 years ago
Done for RB Tree
The main problem for the remaining emplace functions is to find how to name the emplace function:
name_emplace_suffix1b_on_suffix1a(container, value, key) may be natural english but the order of the arguments are different than name_set_at(container, key, value) and C++ emplace
See also https://cplusplus.com/reference/vector/vector/emplace/
I'll probably go on with "name_key_emplace_suffix1a_val_suffix1b" with suffix1a being the key and suffix1b the value even if it is not perfect.
Add basic & naive implementation of emplace* functions for: