Generic functions for printing.  
More...
 | 
| 
template<class F >  | 
| auto  | CppClingo::Util::p_fun (F &&fun) | 
|   | Print with a function. 
  | 
|   | 
| 
template<class T , class F >  | 
| auto  | CppClingo::Util::p_range (T const &rng, char const *sep, F &&fun) | 
|   | Print a range with a separator. 
  | 
|   | 
| 
template<class T >  | 
| auto  | CppClingo::Util::p_range (T const &rng) | 
|   | Print a range separated by comma. 
  | 
|   | 
| 
template<class T , class F >  | 
| auto  | CppClingo::Util::p_range (T const &rng, F &&fun) | 
|   | Print a range separated by comma. 
  | 
|   | 
| 
template<class T >  | 
| auto  | CppClingo::Util::p_range (T const &rng, char const *sep) | 
|   | Print a range with a separator. 
  | 
|   | 
| 
auto  | CppClingo::Util::p_quoted (std::string_view str, bool fstring=false) | 
|   | Quote and print the given string. 
  | 
|   | 
Generic functions for printing.