| 463 | |
| 464 | template<class T> |
| 465 | std::string decl(const std::string &name) const |
| 466 | { |
| 467 | return type<T>() + " " + name; |
| 468 | } |
| 469 | |
| 470 | template<class T, class Expr> |
| 471 | std::string decl(const std::string &name, const Expr &init) const |
nothing calls this directly
no outgoing calls
no test coverage detected