cf::bad_expected_access< void >¶
Specialization of bad_expected_access for void error type.
#include <expected.hpp>
Inherits from std::exception
Public Functions¶
| Name | |
|---|---|
| constchar * | what() const override Returns the explanatory string. |
Public Functions Documentation¶
function what¶
Returns the explanatory string.
Exceptions:
- None.
Return: Pointer to "bad_expected_access" string.
Since: 0.1
Updated on 2026-03-09 at 10:14:00 +0000