wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
wwa::coro::bad_result_access Class Reference

Exception thrown when accessing a result that is not available. More...

#include <exceptions.h>

+ Inheritance diagram for wwa::coro::bad_result_access:
+ Collaboration diagram for wwa::coro::bad_result_access:

Detailed Description

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.


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