General Utility Library for C++14
2.11
|
The exception thrown by gul14::expected if value() is called, but no value is present.
This exception contains the "unexpected" or "error" value that was stored in the object instead of the "expected" one. It can be accessed via the error() member function.