LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::IntrusiveHashMap< H >::range Struct Reference

#include <IntrusiveHashMap.h>

Inheritance diagram for swoc::IntrusiveHashMap< H >::range:
Inheritance graph
Collaboration diagram for swoc::IntrusiveHashMap< H >::range:
Collaboration graph

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.
 

Detailed Description

template<typename H>
struct swoc::IntrusiveHashMap< H >::range

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.

Member Typedef Documentation

◆ super_type

template<typename H>
using swoc::IntrusiveHashMap< H >::range::super_type = std::pair<iterator, iterator>

Super type.

Definition at line 144 of file IntrusiveHashMap.h.

Member Function Documentation

◆ begin()

template<typename H>
auto swoc::IntrusiveHashMap< H >::range::begin ( ) const

< Use super type constructors.

Return first

Definition at line 360 of file IntrusiveHashMap.h.

◆ end()

template<typename H>
auto swoc::IntrusiveHashMap< H >::range::end ( ) const

Return last.

Definition at line 366 of file IntrusiveHashMap.h.


The documentation for this struct was generated from the following file: