4#ifndef TETL_EXECUTION_SEQUENCED_POLICY_HPP
5#define TETL_EXECUTION_SEQUENCED_POLICY_HPP
7#include <etl/_execution/is_execution_policy.hpp>
constexpr auto seq
Definition sequenced_policy.hpp:22
Definition sequenced_policy.hpp:9
Definition adjacent_find.hpp:9
The execution policy type used as a unique type to disambiguate parallel algorithm overloading and re...
Definition sequenced_policy.hpp:18
Checks whether T is a standard or implementation-defined execution policy type.
Definition is_execution_policy.hpp:14