Is there a way to use the .find(itr, itr, value) algorithm over the keyset of a map? I know you could use an iterator over the map to transfer the key values into a set (and then use that), but I wasn't sure if there was a quicker way to do so.
问问题
291 次