Definition at line 29 of file expected.hpp.
Public Member Functions | |
| unexpected (const E &error) | |
| unexpected (E &&error) | |
| template<class... Args> | |
| unexpected (Args &&... args) | |
| template<class U, class... Args> | |
| unexpected (std::initializer_list< U > il, Args &&... args) | |
| E & | error () noexcept |
| const E & | error () const noexcept |
| utils::unexpected< E >::unexpected | ( | const E & | error | ) |
Definition at line 95 of file expected.hpp.
| utils::unexpected< E >::unexpected | ( | E && | error | ) |
Definition at line 98 of file expected.hpp.
Definition at line 102 of file expected.hpp.
| utils::unexpected< E >::unexpected | ( | std::initializer_list< U > | il, |
| Args &&... | args ) |
Definition at line 106 of file expected.hpp.
|
noexcept |
Definition at line 114 of file expected.hpp.
|
noexcept |
Definition at line 109 of file expected.hpp.