int _int = 1; std::string str = StringUtils::toString(_int);
const char *str = "hoge"; std::string str(str); // "hoge"