qxLib
Enumerations
priority.h File Reference
#include <qx/containers/flags.h>
#include <qx/typedefs.h>

Go to the source code of this file.

Enumerations

enum class  qx::priority : u8
 User may use the predefined values or the custom ones, for ex. "normal - 1", this type is supposed to be compared relatively and not for equality. More...
 

Detailed Description

Author
Khrapov
Date
3.12.2023

Definition in file priority.h.

Enumeration Type Documentation

◆ priority

enum qx::priority : u8
strong

User may use the predefined values or the custom ones, for ex. "normal - 1", this type is supposed to be compared relatively and not for equality.

Note
The base type of this enum is u8, and lowest will always be the lowest value and highest will be the highest. You should use std::greater<qx::priority> as a predicate in ordered containers to iterate them with decreasing priority.

Definition at line 25 of file priority.h.