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

SFINAE helper to detect if a type has a get() method. More...

#include <thread_concepts.h>

Inheritance diagram for kcenon::thread::concepts::has_get_method< T, typename >:
Inheritance graph
Collaboration diagram for kcenon::thread::concepts::has_get_method< T, typename >:
Collaboration graph

Detailed Description

template<typename T, typename = void>
struct kcenon::thread::concepts::has_get_method< T, typename >

SFINAE helper to detect if a type has a get() method.

Definition at line 56 of file thread_concepts.h.


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