util::BadExpectedAccess

Exception thrown when the value of an errored util::Expected is accessed.

Synopsis

Declared in <util/expected.h>

struct BadExpectedAccess
    : std::exception

Base Classes

NameDescription
std::exception

Member Functions

NameDescription
operator=
what [virtual]Return the exception message.