Definition at line 33 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 USERVER_IMPL_LIFETIME_BOUND |
| const E & | error () const noexcept USERVER_IMPL_LIFETIME_BOUND |
| utils::unexpected< E >::unexpected | ( | const E & | error | ) |
Definition at line 126 of file expected.hpp.
| utils::unexpected< E >::unexpected | ( | E && | error | ) |
Definition at line 131 of file expected.hpp.
Definition at line 137 of file expected.hpp.
| utils::unexpected< E >::unexpected | ( | std::initializer_list< U > | il, |
| Args &&... | args ) |
Definition at line 143 of file expected.hpp.
|
noexcept |
Definition at line 153 of file expected.hpp.
|
noexcept |
Definition at line 148 of file expected.hpp.