For holding a value or an error. More...
#include <stdexcept>#include <string>#include <variant>
Include dependency graph for expected.hpp:Go to the source code of this file.
Classes | |
| class | utils::bad_expected_access |
| class | utils::unexpected< E > |
| class | utils::expected< S, E > |
| For holding a value or an error. More... | |
Namespaces | |
| namespace | utils |
| Utilities. | |
Functions | |
| template<class E > | |
| utils::unexpected (E) -> unexpected< E > | |
For holding a value or an error.
Definition in file expected.hpp.