commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
comms::PrioritizedSet< T >::const_iterator Class Reference

A thin bidirectional adapter over std::set<Item>::const_iterator that projects each Item to its const T& value — the private Item is never observable, so iteration looks exactly like a std::set<T>'s. More...

#include <prioritized.hpp>

Detailed Description

template<typename T>
class comms::PrioritizedSet< T >::const_iterator

A thin bidirectional adapter over std::set<Item>::const_iterator that projects each Item to its const T& value — the private Item is never observable, so iteration looks exactly like a std::set<T>'s.


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