hpx/timed_execution/traits/is_timed_executor.hpp#
Defined in header 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
Variables
- template<typename Executor> HPX_CXX_CORE_EXPORT concept timed_executor = hpx::traits::is_timed_executor_v<Executor>
-
namespace parallel
-
namespace execution
Typedefs
-
template<typename T>
using is_timed_executor_t = typename is_timed_executor<T>::type#
Variables
- template<typename T> constexpr HPX_CXX_CORE_EXPORT bool is_timed_executor_v = is_timed_executor<T>::value
-
template<typename T>
-
namespace execution