Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
test_detail Namespace Reference

Variables

constexpr std::array test_priority_strings = { "Top", "Middle", "Bottom" }
 Array of string representations for each test priority level.
 
constexpr size_t test_priority_count = test_priority_strings.size()
 Total number of test types available in test_priority_strings.
 

Variable Documentation

◆ test_priority_count

size_t test_detail::test_priority_count = test_priority_strings.size()
constexpr

Total number of test types available in test_priority_strings.

Definition at line 39 of file test_type.h.

Referenced by to_string().

◆ test_priority_strings

std::array test_detail::test_priority_strings = { "Top", "Middle", "Bottom" }
constexpr

Array of string representations for each test priority level.

Definition at line 34 of file test_type.h.

34{ "Top", "Middle", "Bottom" };

Referenced by to_string().