|
tenno 0.1.0
|
An unexpected value. More...
#include <expected.hpp>
Public Member Functions | |
| constexpr | unexpected () |
| constexpr | unexpected (const E unex_in) |
Data Fields | |
| const E | unex |
An unexpected value.
| E | The type of the unexpected value |
Definition at line 19 of file expected.hpp.
|
inlineconstexpr |
Definition at line 23 of file expected.hpp.
|
inlineconstexpr |
Definition at line 26 of file expected.hpp.
| const E tenno::unexpected< E >::unex |
Definition at line 22 of file expected.hpp.