hpx/timed_execution/traits/is_timed_executor.hpp#

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace parallel
namespace execution

Typedefs

template<typename T>
using is_timed_executor_t = typename is_timed_executor<T>::type#

Variables

template<typename T>
constexpr bool is_timed_executor_v = is_timed_executor<T>::value#
template<typename T>
struct is_timed_executor : public detail::is_timed_executor<std::decay_t<T>>#
namespace traits
template<typename Executor, typename Enable = void>
struct is_timed_executor : public hpx::parallel::execution::is_timed_executor<Executor>#