#include <string>#include <sstream>Functions | |
| template<class TYPE> std::string | toString (const TYPE &t) |
|
||||||||||
|
This class converts an object of the templated class to a string. The class must overload operator<< for this class to work. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001