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

Identifies the required structural portion of a handler spec. More...

#include <querygraph.hpp>

Concept definition

template<typename T>
typename T::query;
typename T::dependencies;
} && query_spec_c< typename T::query > && rpnx::typelist_c< typename T::dependencies >
Identifies the required structural portion of a handler spec.
Identifies a type that describes a memoized query.

Detailed Description

Identifies the required structural portion of a handler spec.

A matching type exposes query and dependencies; query must satisfy query_spec_c and dependencies must satisfy rpnx::typelist_c.

Definition at line 175 of file querygraph.hpp.