RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::debug_abi::bad_continuation Class Reference

Indicates that a handler completed without a continuation outcome. More...

#include <querygraph.hpp>

Inheritance diagram for rpnx::querygraph::debug_abi::bad_continuation:

Detailed Description

Indicates that a handler completed without a continuation outcome.

A valid handler must return a value, throw an exception, or leave a dependency capable of resuming it.

Definition at line 1009 of file querygraph.hpp.

Constructor & Destructor Documentation

◆ bad_continuation()

rpnx::querygraph::debug_abi::bad_continuation::bad_continuation ( )
inline

Definition at line 1012 of file querygraph.hpp.


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