#include <string>
#include <sstream>
This class converts an object of the templated class to a string. The class must overload operator<< for this class to work.