Convert the range to a std::string. Works only for Range<const char*> and Range<char*>.
Declared in <folly/Range.h>
<folly/Range.h>
std::string str() const;
A string with a copy of the range's characters.