3#include <clingo/input/statement.hh>
5namespace CppClingo::Input {
Create an output buffer that bears some similarities with C++'s iostreams.
Definition print.hh:24
std::variant< BdLitSimple, BdLitConjunction, BdLitAggregate, BdLitSetAggregate, BdLitTheoryAtom > BdLit
A body literal.
Definition body_literal.hh:116