Helper functions for debugging.  
More...
 | 
| 
auto  | CppClingo::Util::replace_all (std::string str, std::string_view from, const std::string_view to) -> std::string | 
|   | Replace all occurrences of from by to in str. 
  | 
|   | 
| 
auto  | CppClingo::Util::type_short (std::string sig) -> std::string | 
|   | Replaces complex types used in this project by shorter aliases. 
  | 
|   | 
| 
template<class T >  | 
| constexpr auto  | CppClingo::Util::type_name () -> std::string_view | 
|   | Return a nice string representation of T. 
  | 
|   | 
Helper functions for debugging.