Public Member Functions | |
std::string | operator() (const char *aPtr) const |
Called as a functor by std::transform. Simple conversion. |
This functor will be applied to each argument of the command line. It justs transforms a const char pointer into a std::string.
std::string Char2Str::operator() | ( | const char * | aPtr | ) | const [inline] |
Called as a functor by std::transform. Simple conversion.