hpx/executors/execution_policy_annotation.hpp
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<typename ExPolicy>
constexpr decltype(auto) tag_invoke(hpx::execution::experimental::with_annotation_t, ExPolicy &&policy, char const *annotation)# 
- 
template<typename ExPolicy>
decltype(auto) tag_invoke(hpx::execution::experimental::with_annotation_t, ExPolicy &&policy, std::string annotation)# 
- 
template<typename ExPolicy>
constexpr decltype(auto) tag_invoke(hpx::execution::experimental::get_annotation_t, ExPolicy &&policy)# 
- 
template<typename ExPolicy>
 
- 
namespace experimental
 
- 
namespace execution