Template Function peg::ast_to_s_core

Function Documentation

template<typename T>
void peg::ast_to_s_core(const std::shared_ptr<T> &ptr, std::string &s, int level, std::function<std::string(const T &ast, int level)> fn)