X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FStringParser.hh;h=bc0ffb27a62eab094a116309cecc4c0c3d77676e;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=5bae1a4a485a33e05474f240b3eae1e296ef5ae1;hpb=d0378a5654f8def418ab99828dc61764460f1ea6;p=senf.git diff --git a/Packets/StringParser.hh b/Packets/StringParser.hh index 5bae1a4..bc0ffb2 100644 --- a/Packets/StringParser.hh +++ b/Packets/StringParser.hh @@ -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); }