commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
comms::PrioritizedCompare Struct Reference

Orders std::shared_ptr<Prioritized> by ascending priority. More...

#include <prioritized.hpp>

Detailed Description

Orders std::shared_ptr<Prioritized> by ascending priority.

Null pointers are treated as DEFAULT_PRIORITY; equal priorities break the tie on the stored address (so equal pointers compare false, satisfying strict-weak).


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