Libsaki
Core library of Pancake Mahjong
Public Member Functions | List of all members
sol::bad_optional_access Class Reference

An exception for when an optional is accessed through specific methods while it is not engaged. More...

#include <sol.hpp>

Inheritance diagram for sol::bad_optional_access:
Inheritance graph
[legend]
Collaboration diagram for sol::bad_optional_access:
Collaboration graph
[legend]

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.
 

Detailed Description

An exception for when an optional is accessed through specific methods while it is not engaged.


The documentation for this class was generated from the following file: