|
YOrch 1.0.0
|
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. | |
Describes a parameter that borrows the direct parent output as T&.
This spec models exclusive mutable access to the direct parent payload.
| T | Requested parent payload type after cv-ref normalization. |
| using yorch::borrow_prev_mut_t< T >::type = std::remove_cvref_t<T> |