|
YOrch 1.0.0
|
#include <core.hpp>
Public Member Functions | |
| template<typename... Specs> requires detail::bind_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) const & |
| template<typename... Specs> requires detail::bind_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) && |
Public Attributes | |
| F | func |
| AdapterChain | adapter_specs |
|
inlineconstexpr |
|
inlineconstexpr |
| AdapterChain yorch::task_binder< F, AdapterChain >::adapter_specs |
| F yorch::task_binder< F, AdapterChain >::func |