Пример #1
0
 std::string
 show(const Sum<T> &t) override
 {
     return type_name<Sum<T>>() + ' ' + show(t.value());
 }