YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::borrow_prev_mut_t< T > Struct Template Reference

Describes a parameter that borrows the direct parent output as T&. More...

#include <specs.hpp>

Public Types

using type = std::remove_cvref_t< T >
 Canonical parent payload type used for lookup.
 

Detailed Description

template<typename T>
struct yorch::borrow_prev_mut_t< T >

Describes a parameter that borrows the direct parent output as T&.

This spec models exclusive mutable access to the direct parent payload.

Template Parameters
TRequested parent payload type after cv-ref normalization.

Definition at line 43 of file specs.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using yorch::borrow_prev_mut_t< T >::type = std::remove_cvref_t<T>

Canonical parent payload type used for lookup.

Definition at line 45 of file specs.hpp.


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