Return a read-only pointer to the string data.
| 377 | // Return a read-only pointer to the string data. |
| 378 | /// |
| 379 | const char_type* c_str() const { return (string_ ? string_->str : NULL); } |
| 380 | |
| 381 | /// |
| 382 | // Return the length of the string data. |
no outgoing calls
no test coverage detected