tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
execution_policy.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_EXECUTION_EXECUTION_POLICY_HPP
4
#define TETL_EXECUTION_EXECUTION_POLICY_HPP
5
6
#include <
etl/_execution/is_execution_policy.hpp
>
7
8
namespace
etl
{
9
12
template
<
typename
T>
13
concept
execution_policy
= etl::is_execution_policy_v<T>;
14
15
}
// namespace etl
16
17
#endif
// TETL_EXECUTION_EXECUTION_POLICY_HPP
etl::execution_policy
Definition
execution_policy.hpp:13
is_execution_policy.hpp
etl
Definition
adjacent_find.hpp:8
include
etl
_execution
execution_policy.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0