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