sandbox
Loading...
Searching...
No Matches
sbx::containers::basic_bimap< Map, Key, Value > Class Template Reference

Public Types

using key_type = Key
 
using value_type = Value
 

Public Member Functions

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: