Clingo
Loading...
Searching...
No Matches
CppClingo::Ground::IsEval Concept Reference
Internal C++ API
»
Grounding
»
Matchers
Concept for evaluable expressions.
More...
#include <
matcher.hh
>
Concept definition
template
<
class
Eval>
concept
CppClingo::Ground::IsEval
=
requires
(Eval
const
&m) { m.eval(std::declval<EvalContext const &>()); }
CppClingo::Ground::IsEval
Concept for evaluable expressions.
Definition
matcher.hh:58
Detailed Description
Concept for evaluable expressions.
CppClingo
Ground
IsEval
Generated by
1.9.8