|
YOrch 1.0.0
|
Lightweight borrowed view used during execution. More...
#include <context.hpp>

Public Member Functions | |
| constexpr Prev & | prev_view () &noexcept |
| constexpr const Prev & | prev_view () const &noexcept |
Public Attributes | |
| Ctx & | ctx |
| Prev | prev |
| Optional direct-parent payload view used by direct-parent access specs. | |
Lightweight borrowed view used during execution.
This type does not own the context object. It only exposes an external context to execution and resolution logic for the duration of a run. The caller must ensure that ctx outlives the exec_context.
| Ctx | Borrowed context type. |
Definition at line 187 of file context.hpp.
|
inlineconstexprnoexcept |
Definition at line 194 of file context.hpp.
|
inlineconstexprnoexcept |
Definition at line 198 of file context.hpp.
| Ctx& yorch::exec_context< Ctx, Prev >::ctx |
Definition at line 189 of file context.hpp.
| Prev yorch::exec_context< Ctx, Prev >::prev |
Optional direct-parent payload view used by direct-parent access specs.
Definition at line 192 of file context.hpp.