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

Helper to check if a callable is noexcept. More...

#include <thread_concepts.h>

Inheritance diagram for kcenon::thread::concepts::is_nothrow_callable< F >:
Inheritance graph
Collaboration diagram for kcenon::thread::concepts::is_nothrow_callable< F >:
Collaboration graph

Detailed Description

template<typename F>
struct kcenon::thread::concepts::is_nothrow_callable< F >

Helper to check if a callable is noexcept.

Definition at line 272 of file thread_concepts.h.


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