|
using | base = std::unordered_multimap<Key,Value> |
|
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | constBegin () const |
|
const_iterator | constEnd () const |
|
IList< Value > | values () const |
|
void | insert (const Key &k, const Value &v) |
|
void | insertMulti (const Key &k, const Value &v) |
|
bool | contains (const Key &k) const |
|
Value | take (const Key &k) |
|
Value | value (const Key &k, Value v={}) const |
|
Value & | operator[] (const Key &key) |
|
Value | operator[] (const Key &key) const |
|
The documentation for this class was generated from the following file:
- C:/Source/itasca-suite/common/base/src/idef.h