hpx/executors/execution_policy_annotation.hpp#
Defined in header hpx/executors/execution_policy_annotation.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
-
namespace hpx
-
namespace execution
-
namespace experimental
Functions
- template<execution_policy ExPolicy> requires (std::invocable< hpx::execution::experimental::with_annotation_t, typename std::decay_t< ExPolicy >::executor_type, char const * >) const expr decltype(auto) tag_invoke(hpx
- template<execution_policy ExPolicy> requires (std::invocable< hpx::execution::experimental::with_annotation_t, typename std::decay_t< ExPolicy >::executor_type, std::string >) decltype(auto) tag_invoke(hpx
- template<execution_policy ExPolicy> requires (std::invocable< hpx::execution::experimental::get_annotation_t, typename std::decay_t< ExPolicy >::executor_type >) const expr decltype(auto) tag_invoke(hpx
-
namespace experimental
-
namespace execution