|
YOrch 1.0.0
|
Stores a concrete value inside a spec. More...
#include <specs.hpp>
Public Types | |
| using | stored_type = T |
| Materialized type kept by this spec. | |
Public Attributes | |
| T | v |
Owned payload forwarded from value(...). | |
Stores a concrete value inside a spec.
value_t<T> owns the object it carries so the bound argument can be resolved later without depending on the lifetime of the original expression.
| T | Stored value type. Must not be a reference. |
| using yorch::value_t< T >::stored_type = T |
| T yorch::value_t< T >::v |