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

Compile-time job validation. More...

#include <template_helpers.h>

Inheritance diagram for kcenon::thread::detail::is_compatible_job< Job, ExpectedJobType >:
Inheritance graph
Collaboration diagram for kcenon::thread::detail::is_compatible_job< Job, ExpectedJobType >:
Collaboration graph

Detailed Description

template<typename Job, typename ExpectedJobType>
struct kcenon::thread::detail::is_compatible_job< Job, ExpectedJobType >

Compile-time job validation.

Definition at line 74 of file template_helpers.h.


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