cvw::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
cpp
inline constchar * what() const overrideReturns the explanatory string.
Exceptions:
- None.
Return: Pointer to "bad_expected_access" string.
Since: 0.1
Updated on 2026-05-17 at 13:22:38 +0000