#include <execution_priority_queue.hpp>
|
static constexpr int | lowest = std::numeric_limits<int>::min() |
|
static constexpr int | low = 10 |
|
static constexpr int | medium_low = 25 |
|
static constexpr int | medium = 50 |
|
static constexpr int | medium_high = 75 |
|
static constexpr int | high = 100 |
|
static constexpr int | highest = std::numeric_limits<int>::max() |
|
Definition at line 9 of file execution_priority_queue.hpp.
◆ high
int appbase::priority::high = 100 |
|
staticconstexpr |
◆ highest
int appbase::priority::highest = std::numeric_limits<int>::max() |
|
staticconstexpr |
◆ low
int appbase::priority::low = 10 |
|
staticconstexpr |
◆ lowest
int appbase::priority::lowest = std::numeric_limits<int>::min() |
|
staticconstexpr |
◆ medium
int appbase::priority::medium = 50 |
|
staticconstexpr |
◆ medium_high
int appbase::priority::medium_high = 75 |
|
staticconstexpr |
◆ medium_low
int appbase::priority::medium_low = 25 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: