I want to get all keys from a collection, is there a standard way to do this?
std::unordered_map<std::string, size_t> map;
auto keys = map.get_keys();
I want to get all keys from a collection, is there a standard way to do this?
std::unordered_map<std::string, size_t> map;
auto keys = map.get_keys();