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
T
being the type of objects to convert to string
Warning
must define the call operator operator()(const int& i){ return std::to_string(i); }
Generated by
1.8.13