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