Construct holding a result value.
Synopsis
Declared in <util/expected.h>
constexpr
Expected(T v);
Parameters
Name |
Description |
v |
The result value to store. |
Created with MrDocs
Construct holding a result value.
Declared in <util/expected.h>
constexpr
Expected(T v);
Name |
Description |
v |
The result value to store. |
Created with MrDocs