|
using | key_type = Key |
|
using | value_type = Value |
|
|
auto | insert (const Key &key, const Value &value) -> void |
|
auto | erase_key (const key_type &key) -> void |
|
auto | erase_value (const value_type &value) -> void |
|
auto | find_key (const value_type &value) -> std::optional< std::reference_wrapper< key_type > > |
|
auto | find_value (const key_type &key) -> std::optional< std::reference_wrapper< value_type > > |
|
The documentation for this class was generated from the following file:
- libsbx-containers/libsbx/containers/bimap.hpp