sandbox
|
Public Types | |
using | key_type = typename Map::key_type |
using | iterator = std::conditional_t< std::is_const_v< Map >, typename Map::const_iterator, typename Map::iterator > |
Public Member Functions | |
multimap_key_range (Map &range, const key_type &key) | |
auto | begin () -> iterator |
auto | end () -> iterator |