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

Compile-time detection of bounded queue. More...

#include <queue_traits.h>

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

Detailed Description

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

Compile-time detection of bounded queue.

Returns true if the queue type uses a bounded policy.

Definition at line 240 of file queue_traits.h.


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