|
typedef type::value_type | value_type |
|
typedef type::iterator | iterator |
|
typedef type::const_iterator | const_iterator |
|
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
std::pair< iterator, bool > | insert (const std::pair< K, V > &kv) |
|
iterator | insert_unique (const std::pair< K, V > &kv) |
|
iterator | find (const K &key) |
|
const_iterator | find (const K &key) const |
|
iterator | erase (iterator i) |
|
size_t | size () const |
|
bool | empty () const |
|
void | clear () |
|
void | rehash (size_t n) |
|
The documentation for this class was generated from the following file:
- /wrkdirs/usr/ports/databases/galera/work/galera-25.3.5-src/galerautils/src/gu_unordered.hpp