Exception thrown when accessing a null nullable value.
More...
#include <nullable.hpp>
Exception thrown when accessing a null nullable value.
This exception is thrown by nullable::value() when attempting to access the underlying value of a nullable that is currently in a null state.
- Examples
- /home/runner/work/sparrow/sparrow/include/sparrow/utils/nullable.hpp.
Definition at line 124 of file nullable.hpp.
◆ bad_nullable_access() [1/2]
sparrow::bad_nullable_access::bad_nullable_access |
( |
| ) |
|
|
defaultnoexcept |
◆ bad_nullable_access() [2/2]
◆ operator=()
◆ what()
const char * sparrow::bad_nullable_access::what |
( |
| ) |
const |
|
inlinenodiscardoverridenoexcept |
The documentation for this class was generated from the following file:
- /home/runner/work/sparrow/sparrow/include/sparrow/utils/nullable.hpp