|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
Identifies a type that describes a memoized query. More...
#include <querygraph.hpp>
Identifies a type that describes a memoized query.
A query specification provides nested input_type and output_type aliases plus a query_id convertible to std::string. The identifier is persisted in graph dumps and should therefore remain stable.
| T | Candidate query specification. |
Definition at line 133 of file querygraph.hpp.