|
YOrch 1.0.0
|
#include <node_binder.hpp>


Public Member Functions | |
| constexpr | tree_node_forward_prev_binder (BuilderStorage builder, F func, FanoutPolicy fanout_policy, AdapterChain adapter_specs) |
| template<typename... Specs> requires inferred_forward_prev_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) const & |
| template<typename... Specs> requires inferred_forward_prev_signature_matches<F, Specs...> | |
| constexpr auto | operator() (Specs &&... specs) && |
Public Attributes | |
| F | func |
| AdapterChain | adapter_specs |
Public Attributes inherited from yorch::detail::tree_node_binder_base< BuilderStorage, Level, FanoutPolicy > | |
| BuilderStorage | builder |
| FanoutPolicy | fanout_policy |
Additional Inherited Members | |
Static Protected Member Functions inherited from yorch::detail::tree_node_binder_base< BuilderStorage, Level, FanoutPolicy > | |
| template<typename Self > | |
| static constexpr decltype(auto) | builder_ref (Self &&self) |
Definition at line 132 of file node_binder.hpp.
|
inlineconstexpr |
Definition at line 136 of file node_binder.hpp.
|
inlineconstexpr |
Definition at line 173 of file node_binder.hpp.
|
inlineconstexpr |
Definition at line 164 of file node_binder.hpp.
| AdapterChain yorch::detail::tree_node_forward_prev_binder< BuilderStorage, Level, F, FanoutPolicy, AdapterChain >::adapter_specs |
Definition at line 134 of file node_binder.hpp.
| F yorch::detail::tree_node_forward_prev_binder< BuilderStorage, Level, F, FanoutPolicy, AdapterChain >::func |
Definition at line 133 of file node_binder.hpp.