|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Compile-time string for template error messages. More...
#include <pool_traits.h>

Public Member Functions | |
| constexpr | compile_string (const char(&str)[N]) |
Public Attributes | |
| char | value [N] |
Compile-time string for template error messages.
Definition at line 184 of file pool_traits.h.
|
inlineconstexpr |
Definition at line 185 of file pool_traits.h.
References kcenon::thread::detail::compile_string< N >::value.
| char kcenon::thread::detail::compile_string< N >::value[N] |
Definition at line 188 of file pool_traits.h.
Referenced by kcenon::thread::detail::compile_string< N >::compile_string().