Returns true if the string is empty.
| 392 | // Returns true if the string is empty. |
| 393 | /// |
| 394 | bool empty() const { return (string_ == NULL || string_->length == 0); } |
| 395 | |
| 396 | /// |
| 397 | // Compare this string to the specified string. |
no outgoing calls
no test coverage detected