|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Template for conditional compilation based on feature flags. More...
#include <template_helpers.h>

Public Types | |
| template<typename T > | |
| using | type = std::conditional_t<Condition, T, void> |
Template for conditional compilation based on feature flags.
Definition at line 169 of file template_helpers.h.
| using kcenon::thread::detail::conditional_feature< Condition >::type = std::conditional_t<Condition, T, void> |
Definition at line 171 of file template_helpers.h.