|
| ContiguousMap (std::size_t reserve) |
|
bool | empty () const |
|
std::size_t | size () const |
|
std::size_t | count (const K &key) const |
|
bool | insert (const std::pair< K, V > &pair) |
|
bool | insert (const K &key, V &&element) |
|
V & | at (const K &key) |
|
const V & | at (const K &key) const |
|
bool | insert (const K &key, const V &element) |
|
void | shrink_to_fit () |
|
void | clear () |
|
iterator | find (const K &key) |
|
const_iterator | find (const K &key) const |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
The documentation for this class was generated from the following file: