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

A range of constant elements in the map. More...

#include <IntrusiveHashMap.h>

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

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.
 

Detailed Description

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

A range of constant elements in the map.

Definition at line 157 of file IntrusiveHashMap.h.

Member Typedef Documentation

◆ super_type

template<typename 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.

Member Function Documentation

◆ begin()

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

< Use super type constructors.

Return first

Definition at line 372 of file IntrusiveHashMap.h.

◆ end()

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

Return last.

Definition at line 378 of file IntrusiveHashMap.h.


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