Return a string that contains the copy of the referenced data.
| 74 | |
| 75 | // Return a string that contains the copy of the referenced data. |
| 76 | std::string ToString() const { return std::string(data_, size_); } |
| 77 | |
| 78 | // Three-way comparison. Returns value: |
| 79 | // < 0 iff "*this" < "b", |
no outgoing calls