
25 Apr
2007
25 Apr
'07
3:26 p.m.
Philippe Vaucher <philippe.vaucher <at> gmail.com> writes:
Check out boost::typeof, otherwise you have typeid(T).name() or gcc's typeof extension.
Philippe
I wasn't aware of the name function in typeid, but I figured there had to be something out there already. Is the format of the output string specified in the standard? i.e can I trust that it will be the same from compiler to compiler in order to use it in cross-platform code? Jared