Construct from an error value.
Synopsis
Declared in <util/expected.h>
constexpr
explicit
Unexpected(E e);
Parameters
Name |
Description |
e |
The error value to store. |
Created with MrDocs
Construct from an error value.
Declared in <util/expected.h>
constexpr
explicit
Unexpected(E e);
Name |
Description |
e |
The error value to store. |
Created with MrDocs