| 62 | // terminated string. |
| 63 | const char* data() const { return ptr_; } |
| 64 | size_type size() const { return length_; } |
| 65 | size_type length() const { return length_; } |
| 66 | bool empty() const { return length_ == 0; } |
| 67 |
no outgoing calls
no test coverage detected