Packets: Add StringParser ostream operation
[senf.git] / Packets / StringParser.hh
index 5bae1a4..bc0ffb2 100644 (file)
@@ -54,6 +54,8 @@ namespace senf {
         operator value_type() const;
         StringParser const & operator=(value_type other);
     };
+
+    std::ostream & operator<<(std::ostream & os, StringParser const & value);
     
 }