|
|
using | storage_type = std::map< Key, Value > |
| |
|
using | iterator = typename storage_type::iterator |
| |
|
using | const_iterator = typename storage_type::const_iterator |
| |
|
|
Value & | operator[] (const Key &key) |
| |
|
const Value & | operator[] (const Key &key) const |
| |
|
Value & | at (const Key &key) |
| |
|
const Value & | at (const Key &key) const |
| |
|
iterator | begin () |
| |
|
iterator | end () |
| |
|
const_iterator | begin () const |
| |
|
const_iterator | end () const |
| |
|
const_iterator | cbegin () const |
| |
|
const_iterator | cend () const |
| |
The documentation for this class was generated from the following file: