GCS  0.2.3
Public Types | Public Member Functions
gu::UnorderedMultimap< K, V, H > Class Template Reference

Public Types

typedef type::value_type value_type
 
typedef type::iterator iterator
 
typedef type::const_iterator const_iterator
 

Public Member Functions

void clear ()
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
iterator insert (const std::pair< K, V > &kv)
 
iterator find (const K &key)
 
const_iterator find (const K &key) const
 
std::pair< iterator, iterator > equal_range (const K &key)
 
std::pair< const_iterator,
const_iterator > 
equal_range (const K &key) const
 
void erase (iterator i)
 
size_t size () const
 
bool empty () const
 

The documentation for this class was generated from the following file: