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_duration< T > Struct Template Reference

Type trait to detect if a type is a std::chrono::duration. More...

#include <thread_concepts.h>

Inheritance diagram for kcenon::thread::concepts::is_duration< T >:
Inheritance graph
Collaboration diagram for kcenon::thread::concepts::is_duration< T >:
Collaboration graph

Detailed Description

template<typename T>
struct kcenon::thread::concepts::is_duration< T >

Type trait to detect if a type is a std::chrono::duration.

Definition at line 44 of file thread_concepts.h.


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