hpx/execution/algorithms/just.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

Variables

constexpr struct hpx::execution::experimental::just_t just
constexpr struct hpx::execution::experimental::just_error_t just_error
constexpr struct hpx::execution::experimental::just_stopped_t just_stopped
struct just_error_t

Public Functions

template<typename Error>
constexpr auto operator()(Error &&error) const
struct just_stopped_t

Public Functions

template<typename ...Ts>
constexpr auto operator()(Ts&&... ts) const
struct just_t

Public Functions

template<typename ...Ts>
constexpr auto operator()(Ts&&... ts) const