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