Exemplo n.º 1
0
 template <typename NumericTypeRef> void visit(const NumericTypeRef &ref) {
   strm_ << separator_ << ref.value();
 }
Exemplo n.º 2
0
 void visit(const NumericTypeRef& ref)
 {
   strm_ <<  separator_ << ref.value();
 }