X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=4e6c853189df2e8c4feaae96c3cbce7bc8e5ff2c;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=1f261befb729c1073992585c61adecefc2e2b8a9;hpb=1f3b4447179d0cd771037d02b9a5671eeaaaec8d;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 1f261be..4e6c853 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -92,6 +92,9 @@ namespace senf { template TypeIdValue const typeIdValue(); + inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v) + { return os << v.name(); } + } ///////////////////////////////hh.e////////////////////////////////////////