1 template <
class Key,
class T>
41 pair<iterator,bool>
insert(
const value_type& x) {}
43 size_type
erase(
const Key& x) {}
49 size_type
count(
const Key& x)
const {}
size_type count(const Key &x) const
Definition: hashtablemap.hpp:49
void erase(iterator pos)
Definition: hashtablemap.hpp:42
unsigned int size_type
Definition: hashtablemap.hpp:11
hashtablemap(const Self &x)
Definition: hashtablemap.hpp:27
int difference_type
Definition: hashtablemap.hpp:12
T & operator[](const Key &k)
Definition: hashtablemap.hpp:50
void clear()
Definition: hashtablemap.hpp:44
Definition: hashtablemap.hpp:18
size_type size() const
Definition: hashtablemap.hpp:38
T mapped_type
Definition: hashtablemap.hpp:9
const_iterator find(const Key &x) const
Definition: hashtablemap.hpp:48
Definition: hashtablemap.hpp:2
pair< const Key, T > value_type
Definition: hashtablemap.hpp:10
iterator end()
Definition: hashtablemap.hpp:35
size_type erase(const Key &x)
Definition: hashtablemap.hpp:43
hashtablemap()
Definition: hashtablemap.hpp:24
pair< iterator, bool > insert(const value_type &x)
Definition: hashtablemap.hpp:41
iterator find(const Key &x)
Definition: hashtablemap.hpp:47
const_iterator begin() const
Definition: hashtablemap.hpp:34
Self & operator=(const Self &x)
Definition: hashtablemap.hpp:30
Definition: hashtablemap.hpp:15
const_iterator end() const
Definition: hashtablemap.hpp:36
bool empty() const
Definition: hashtablemap.hpp:37
T data_type
Definition: hashtablemap.hpp:8
hashtablemap< Key, T > Self
Definition: hashtablemap.hpp:4
Key key_type
Definition: hashtablemap.hpp:7
iterator begin()
Definition: hashtablemap.hpp:33