YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::exec_context< void, Prev > Struct Template Reference

#include <context.hpp>

Public Member Functions

constexpr Prev & prev_view () &noexcept
 
constexpr const Prev & prev_view () const &noexcept
 

Public Attributes

Prev prev
 Optional direct-parent payload view used by direct-parent access specs.
 

Detailed Description

template<typename Prev>
struct yorch::exec_context< void, Prev >

Definition at line 223 of file context.hpp.

Member Function Documentation

◆ prev_view() [1/2]

template<typename Prev >
constexpr Prev & yorch::exec_context< void, Prev >::prev_view ( ) &
inlineconstexprnoexcept

Definition at line 227 of file context.hpp.

◆ prev_view() [2/2]

template<typename Prev >
constexpr const Prev & yorch::exec_context< void, Prev >::prev_view ( ) const &
inlineconstexprnoexcept

Definition at line 231 of file context.hpp.

Member Data Documentation

◆ prev

template<typename Prev >
Prev yorch::exec_context< void, Prev >::prev

Optional direct-parent payload view used by direct-parent access specs.

Definition at line 225 of file context.hpp.


The documentation for this struct was generated from the following file: