mrdocs::BadExpectedAccess
Base class for accessing an empty Expected.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
template<class E>
class BadExpectedAccess
: public BadExpectedAccess<void>
Member Functions
Name |
Description |
|
Construct with the unexpected error value. |
Assignment operators |
|
|
|
|
Return a diagnostic string. |
Specializations
Name |
Description |
Exception thrown when reading the value of an empty Expected. |
Created with MrDocs