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

SFINAE helper to detect if a type has a do_work method. More...

#include <template_helpers.h>

Inheritance diagram for kcenon::thread::detail::has_do_work_method< T, typename >:
Inheritance graph
Collaboration diagram for kcenon::thread::detail::has_do_work_method< T, typename >:
Collaboration graph

Detailed Description

template<typename T, typename = void>
struct kcenon::thread::detail::has_do_work_method< T, typename >

SFINAE helper to detect if a type has a do_work method.

Definition at line 40 of file template_helpers.h.


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