|
YOrch 1.0.0
|
#include <core.hpp>
Public Types | |
| using | output_type = detail::direct_out_payload_t< detail::last_arg_t< F > > |
Public Member Functions | |
| template<typename... Specs> requires detail::inferred_bind_into_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) const & |
| template<typename... Specs> requires detail::inferred_bind_into_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) && |
Public Attributes | |
| F | func |
| AdapterChain | adapter_specs |
| using yorch::task_into_binder< F, AdapterChain >::output_type = detail::direct_out_payload_t<detail::last_arg_t<F> > |
|
inlineconstexpr |
|
inlineconstexpr |
| AdapterChain yorch::task_into_binder< F, AdapterChain >::adapter_specs |
| F yorch::task_into_binder< F, AdapterChain >::func |