wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
|
Exception thrown when accessing a result that is not available. More...
#include <exceptions.h>
Exception thrown when accessing a result that is not available.
The bad_result_access
exception is thrown when an attempt is made to access a result that is not available. This typically occurs when trying to access the result of a coroutine that has not yet completed or has failed or when trying to iterate or dereference the value past the end of a generator.
Definition at line 23 of file exceptions.h.