tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
sequenced_policy.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_EXECUTION_SEQUENCED_POLICY_HPP
4#define TETL_EXECUTION_SEQUENCED_POLICY_HPP
5
7
8namespace etl::execution {
9
18
21inline constexpr auto seq = sequenced_policy{};
22
23} // namespace etl::execution
24
25template <>
27
28#endif // TETL_EXECUTION_SEQUENCED_POLICY_HPP
constexpr auto seq
Definition sequenced_policy.hpp:21
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 re...
Definition sequenced_policy.hpp:17
Checks whether T is a standard or implementation-defined execution policy type.
Definition is_execution_policy.hpp:13