|
|
| small_map (small_map const &other) |
| |
|
| small_map (small_map &&other) |
| |
|
small_map & | operator= (small_map const &other) |
| |
|
small_map & | operator= (small_map &&other) |
| |
|
std::size_t | size () const |
| |
|
decltype(auto) | begin () const |
| |
|
decltype(auto) | begin () |
| |
|
decltype(auto) | end () const |
| |
|
decltype(auto) | end () |
| |
|
std::optional< V > | get (K const &key) const noexcept |
| |
|
V | get (K const &key, V const &default_value) const noexcept |
| |
|
template<typename KK , typename VV > |
| bool | set (KK &&key, VV &&value) noexcept |
| |
|
V | increment (K const &key) noexcept |
| |
|
|
static constexpr int | capacity = N |
| |
The documentation for this class was generated from the following file: