qxLib
|
A class that can be used as a key in ordered containers so that items are ordered in descending order of priority but ascending order of creation time. More...
#include <priority.h>
Public Member Functions | |
time_ordered_priority_key (priority ePriority) noexcept | |
time_ordered_priority_key object constructor More... | |
priority | get_priority () const noexcept |
Get key priority. More... | |
constexpr void | set_priority (priority ePriority) noexcept |
Set key priority. More... | |
A class that can be used as a key in ordered containers so that items are ordered in descending order of priority but ascending order of creation time.
Definition at line 46 of file priority.h.
|
inlinenoexcept |
time_ordered_priority_key object constructor
ePriority | - key priority |
Definition at line 80 of file priority.h.
|
inlinenoexcept |
|
constexprnoexcept |