|
Libsaki
Core library of Pancake Mahjong
|
An exception for when an optional is accessed through specific methods while it is not engaged. More...
#include <sol.hpp>


Public Member Functions | |
| bad_optional_access ()=default | |
| Default-constructs an optional exception. | |
| const char * | what () const noexcept override |
| Returns a pointer to a null-terminated string containing the reason for the exception. | |
An exception for when an optional is accessed through specific methods while it is not engaged.
1.8.13