I am using the hash_table as a simple dictionary type thing. But my problem is this container doesn't have a IfContainsKey function so I can easily check if a key already exists in it. How would I go about doing this type of check?