Support Class Library
A set of tools providing classes and utility
std::string

Class used to convert a type to a std::string

Template Parameters
Tbeing the type of objects to convert to string
Warning
must define the call operator operator()(const int& i){ return std::to_string(i); }