SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::is_execution_policy< t > Struct Template Reference

Test whether a class represents an execution policy. More...

#include <seqan3/core/parallel/execution.hpp>

+ Inheritance diagram for seqan3::is_execution_policy< t >:

Related Functions

(Note that these are not member functions.)

template<class t >
constexpr bool is_execution_policy_v = is_execution_policy<t>::value
 Helper variable template for std::is_execution_policy.
 

Detailed Description

template<class t>
struct seqan3::is_execution_policy< t >

Test whether a class represents an execution policy.

See also
seqan3::is_execution_policy_v

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