Closed trombonehero closed 9 years ago
This operation (construct a std::stringstream, feed characters into it, turn them into a std::string) seems to be pretty common, so implement it in one place instead of many.
std::stringstream
std::string
Merged.
This operation (construct a
std::stringstream
, feed characters into it, turn them into astd::string
) seems to be pretty common, so implement it in one place instead of many.