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

Compile-time job validation with detailed error messages. More...

#include <template_helpers.h>

Collaboration diagram for kcenon::thread::detail::job_validator< Job, ExpectedType >:
Collaboration graph

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename Job, JobType ExpectedType>
struct kcenon::thread::detail::job_validator< Job, ExpectedType >

Compile-time job validation with detailed error messages.

Definition at line 233 of file template_helpers.h.

Member Data Documentation

◆ value

template<typename Job , JobType ExpectedType>
bool kcenon::thread::detail::job_validator< Job, ExpectedType >::value = true
staticconstexpr

Definition at line 241 of file template_helpers.h.


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