|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <IntrusiveHashMap.h>


Public Types | |
| using | super_type = std::pair<iterator, iterator> |
| Super type. | |
Public Member Functions | |
| iterator const & | begin () const |
| < Use super type constructors. | |
| iterator const & | end () const |
| Return last. | |
A range of elements in the map. It is a half open range, [first, last) in the usual STL style.
Definition at line 143 of file IntrusiveHashMap.h.
| using swoc::IntrusiveHashMap< H >::range::super_type = std::pair<iterator, iterator> |
Super type.
Definition at line 144 of file IntrusiveHashMap.h.
| auto swoc::IntrusiveHashMap< H >::range::begin | ( | ) | const |
| auto swoc::IntrusiveHashMap< H >::range::end | ( | ) | const |
Return last.
Definition at line 366 of file IntrusiveHashMap.h.