|
|
using | iterator = typename std::vector< std::pair< Key, Value > >::iterator |
| |
|
using | const_iterator = typename std::vector< std::pair< Key, Value > >::const_iterator |
| |
|
|
auto | size () const |
| |
|
bool | empty () const |
| |
|
auto | begin () |
| |
|
auto | begin () const |
| |
|
auto | end () |
| |
|
auto | end () const |
| |
|
auto | cbegin () const |
| |
|
auto | cend () const |
| |
|
iterator | erase (iterator iter) |
| |
|
iterator | find (Key const &value) |
| |
|
const_iterator | find (Key const &value) const |
| |
|
Value & | operator[] (Key const &key) |
| |
The documentation for this class was generated from the following file: