|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Type-safe wrapper for FreeRTOS task priority values. More...
Public Member Functions | |
| constexpr | task_priority () noexcept |
| Default constructor. | |
| constexpr | task_priority (unsigned int value) noexcept |
| Constructs from an unsigned integer value. | |
| constexpr unsigned int | value () const noexcept |
| Returns the raw priority value. | |
| constexpr auto | operator<=> (const task_priority &) const noexcept=default |
| Default three-way comparison. | |
Type-safe wrapper for FreeRTOS task priority values.
Wraps an unsigned integer priority level with implicit conversion from unsigned int, so designated initializers like .priority = 5 work without change.
|
inlineconstexprnoexcept |
|
constexprdefaultnoexcept |
Default three-way comparison.