| 
| 
bool  | empty () const noexcept | 
|   | 
| 
size_t  | emplace (Key key, Tp value) | 
|   | 
| 
size_t  | emplace (Key key, Tp value, _SubKey sk) | 
|   | 
| 
auto  | find (Key key) | 
|   | 
| 
auto  | begin () | 
|   | 
| 
auto  | end () | 
|   | 
| 
auto  | size () | 
|   | 
| 
auto  | erase (Key key) | 
|   | 
| 
bool  | eraseWithSubKey (Key key, _SubKey sk) | 
|   | 
| 
bool  | erase (Key key, size_t duplication) | 
|   | 
| 
bool  | erase (Key key, size_t duplicationS, size_t duplicationE) | 
|   | 
The documentation for this class was generated from the following file: