Template Function itoa

Function Documentation

template<typename T>
inline std::string itoa(T val, int width = 0, char fill = ' ')