|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Specialization of std::formatter for test_priority. Enables formatting of test_priority enum values as strings using C++20 std::format. More...
#include <test_type.h>


Public Member Functions | |
| template<typename FormatContext > | |
| auto | format (const test_priority &priority, FormatContext &ctx) const |
| Formats a test_priority value as a string. | |
Specialization of std::formatter for test_priority. Enables formatting of test_priority enum values as strings using C++20 std::format.
Definition at line 75 of file test_type.h.
|
inline |
Formats a test_priority value as a string.
| FormatContext | Type of the format context. |
| priority | The test_priority enum value to format. |
| ctx | Format context for the output. |
Definition at line 85 of file test_type.h.
References to_string().
