Skip to content
Snippets Groups Projects
Commit 58137a41 authored by tho's avatar tho
Browse files

added operator<< for TypeIdValue

parent 73fb8d13
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,9 @@ namespace senf { ...@@ -92,6 +92,9 @@ namespace senf {
template <class Type> template <class Type>
TypeIdValue const typeIdValue(); TypeIdValue const typeIdValue();
inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v)
{ return os << v.name(); }
} }
///////////////////////////////hh.e//////////////////////////////////////// ///////////////////////////////hh.e////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment