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

Template for conditional compilation based on feature flags. More...

#include <template_helpers.h>

Collaboration diagram for kcenon::thread::detail::conditional_feature< Condition >:
Collaboration graph

Public Types

template<typename T >
using type = std::conditional_t<Condition, T, void>
 

Detailed Description

template<bool Condition>
struct kcenon::thread::detail::conditional_feature< Condition >

Template for conditional compilation based on feature flags.

Definition at line 169 of file template_helpers.h.

Member Typedef Documentation

◆ type

template<bool Condition>
template<typename T >
using kcenon::thread::detail::conditional_feature< Condition >::type = std::conditional_t<Condition, T, void>

Definition at line 171 of file template_helpers.h.


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