tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
unsequenced_policy.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_EXECUTION_UNSEQUENCED_POLICY_HPP
4#define TETL_EXECUTION_UNSEQUENCED_POLICY_HPP
5
7
8namespace etl::execution {
9
17
20inline constexpr auto unseq = unsequenced_policy{};
21
22} // namespace etl::execution
23
24template <>
26
27#endif // TETL_EXECUTION_UNSEQUENCED_POLICY_HPP
constexpr auto unseq
Definition unsequenced_policy.hpp:20
Definition sequenced_policy.hpp:8
Definition adjacent_find.hpp:8
bool_constant< true > true_type
Definition bool_constant.hpp:13
The execution policy type used as a unique type to disambiguate parallel algorithm overloading and in...
Definition unsequenced_policy.hpp:16
Checks whether T is a standard or implementation-defined execution policy type.
Definition is_execution_policy.hpp:13