mrdocs::BadExpectedAccess

Base class for accessing an empty Expected.

Synopsis

template<class E>
class BadExpectedAccess
    : public BadExpectedAccess<void>

Description

Exception thrown when reading the error of an Expected with a value.

Base Classes

Name

Description

BadExpectedAccess<void>

Exception thrown when reading the value of an empty Expected.

Member Functions

Name

Description

BadExpectedAccess [constructor]

Construct with the unexpected error value.

operator=

Assignment operators

error

error overloads

what [virtual]

Return a diagnostic string.

Protected Member Functions

Name

Description

operator=

Assignment operators

Specializations

Name

Description

BadExpectedAccess<void>

Exception thrown when reading the value of an empty Expected.

Created with MrDocs