Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::detail::validate_thread_count< ThreadCount > Struct Template Reference

Compile-time validation for thread pool configuration. More...

#include <pool_traits.h>

Collaboration diagram for kcenon::thread::detail::validate_thread_count< ThreadCount >:
Collaboration graph

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<size_t ThreadCount>
struct kcenon::thread::detail::validate_thread_count< ThreadCount >

Compile-time validation for thread pool configuration.

Definition at line 92 of file pool_traits.h.

Member Data Documentation

◆ value

template<size_t ThreadCount>
bool kcenon::thread::detail::validate_thread_count< ThreadCount >::value = true
staticconstexpr

Definition at line 95 of file pool_traits.h.


The documentation for this struct was generated from the following file: