Remove entry with key key from the map. Returns true if the item existed and was removed, false if it did not exist.
key
// PROTOTYPE template<typename T> bool remove(const T& key);