AS IDE
I'm working on a way to do this conversion to string. Unfortunatly, it will only work for C++ types. I'm going to require the types have an operator<<(debug stream,type). I'm not using the normal ostream so that I can differentiate between the kinds of output. As soon as I can figure out how to make it select a default function if the type doesn't have an operator <<.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement