PPI: Checkin of first compiling (yet not working) version
[senf.git] / Utils / TypeIdValue.hh
index 1f261be..4e6c853 100644 (file)
@@ -92,6 +92,9 @@ namespace senf {
     template <class Type>
     TypeIdValue const typeIdValue();
 
+    inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v)
+    { return os << v.name(); }
+    
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////