carl
24.04
Computer ARithmetic Library
|
Data Structures | |
struct | SMTLIBScriptContainer |
Shorthand to allow writing SMTLIB scripts in one line. More... | |
struct | SMTLIBOutputContainer |
Functions | |
template<typename Pol > | |
std::ostream & | operator<< (std::ostream &os, const SMTLIBScriptContainer< Pol > &sc) |
Actually write an SMTLIBScriptContainer to an std::ostream. More... | |
template<typename... Args> | |
std::ostream & | operator<< (std::ostream &os, const SMTLIBOutputContainer< Args... > &soc) |
std::ostream& carl::io::detail::operator<< | ( | std::ostream & | os, |
const SMTLIBOutputContainer< Args... > & | soc | ||
) |
std::ostream& carl::io::detail::operator<< | ( | std::ostream & | os, |
const SMTLIBScriptContainer< Pol > & | sc | ||
) |
Actually write an SMTLIBScriptContainer to an std::ostream.
Definition at line 492 of file SMTLIBStream.h.