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
// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4
#
ifndef
TETL_EXECUTION_EXECUTION_POLICY_HPP
5
#
define
TETL_EXECUTION_EXECUTION_POLICY_HPP
6
7
#
include
<
etl
/
_execution
/
is_execution_policy
.
hpp
>
8
9
namespace
etl
{
10
11
/// \note Non-standard extension
12
/// \ingroup execution
13
template
<
typename
T>
14
concept
execution_policy =
etl
::is_execution_policy_v<T>;
15
16
}
// namespace etl
17
18
#
endif
// TETL_EXECUTION_EXECUTION_POLICY_HPP
etl
Definition
adjacent_find.hpp:9
include
etl
_execution
execution_policy.hpp
Generated on Sun Sep 7 2025 19:14:54 for tetl by
1.9.8