|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Constexpr string utilities for compile-time job naming. More...
#include <template_helpers.h>

Public Member Functions | |
| constexpr | constexpr_string (const char(&str)[N]) |
| constexpr | operator const char * () const |
| constexpr size_t | size () const |
Public Attributes | |
| char | data [N] |
Constexpr string utilities for compile-time job naming.
Definition at line 127 of file template_helpers.h.
|
inlineconstexpr |
Definition at line 130 of file template_helpers.h.
References kcenon::thread::detail::constexpr_string< N >::data.
|
inlineconstexpr |
Definition at line 136 of file template_helpers.h.
References kcenon::thread::detail::constexpr_string< N >::data.
|
inlineconstexpr |
Definition at line 137 of file template_helpers.h.
| char kcenon::thread::detail::constexpr_string< N >::data[N] |
Definition at line 128 of file template_helpers.h.
Referenced by kcenon::thread::detail::constexpr_string< N >::constexpr_string(), and kcenon::thread::detail::constexpr_string< N >::operator const char *().