|
LibSWOC++ 1.5.14
Solid Wall of C++
|
A range of constant elements in the map. More...
#include <IntrusiveHashMap.h>


Public Types | |
| using | super_type = std::pair<const_iterator, const_iterator> |
| Super type. | |
Public Member Functions | |
| const_range (range const &r) | |
| Allow implicit conversion of range to const_range. | |
| const_iterator const & | begin () const |
| < Use super type constructors. | |
| const_iterator const & | end () const |
| Return last. | |
A range of constant elements in the map.
Definition at line 157 of file IntrusiveHashMap.h.
| using swoc::IntrusiveHashMap< H >::const_range::super_type = std::pair<const_iterator, const_iterator> |
Super type.
Definition at line 158 of file IntrusiveHashMap.h.
| auto swoc::IntrusiveHashMap< H >::const_range::begin | ( | ) | const |
| auto swoc::IntrusiveHashMap< H >::const_range::end | ( | ) | const |
Return last.
Definition at line 378 of file IntrusiveHashMap.h.