Пример #1
0
 template <typename NumericTypeRef> void visit(const NumericTypeRef &ref) {
   strm_ << separator_ << ref.value();
 }
Пример #2
0
 void visit(const NumericTypeRef& ref)
 {
   strm_ <<  separator_ << ref.value();
 }