|
commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
|
Orders std::shared_ptr<Prioritized> by ascending priority.
More...
#include <prioritized.hpp>
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).