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_get_method< T, typename > Struct Template Reference

SFINAE helper to detect if a type has a specific member. More...

#include <pool_traits.h>

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

Detailed Description

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

SFINAE helper to detect if a type has a specific member.

Definition at line 205 of file pool_traits.h.


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