tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_execution_policy.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_EXECUTION_IS_EXECUTION_POLICY_HPP
4#define TETL_EXECUTION_IS_EXECUTION_POLICY_HPP
5
7
8namespace etl {
9
12template <typename T>
14
17template <typename T>
19
20} // namespace etl
21
22#endif // TETL_EXECUTION_IS_EXECUTION_POLICY_HPP
constexpr bool is_execution_policy_v
Definition is_execution_policy.hpp:18
Definition adjacent_find.hpp:8
bool_constant< false > false_type
Definition bool_constant.hpp:14
static constexpr bool value
Definition integral_constant.hpp:10
Checks whether T is a standard or implementation-defined execution policy type.
Definition is_execution_policy.hpp:13