hpx/actions_base/traits/action_decorate_continuation.hpp

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

namespace hpx
namespace traits
template<typename Action, typename Enable = void>
struct action_decorate_continuation

Public Types

template<>
using continuation_type = typename hpx::traits::action_continuation<Action>::type

Public Static Functions

static constexpr bool call(continuation_type&)