| 2912 | const_reference back() const noexcept sz_lifetime_bound_ { return string_.internal.start[size() - 1]; } |
| 2913 | pointer data() noexcept sz_lifetime_bound_ { return string_.internal.start; } |
| 2914 | const_pointer data() const noexcept sz_lifetime_bound_ { return string_.internal.start; } |
| 2915 | pointer c_str() noexcept sz_lifetime_bound_ { return string_.internal.start; } |
| 2916 | const_pointer c_str() const noexcept sz_lifetime_bound_ { return string_.internal.start; } |
| 2917 |
no outgoing calls
no test coverage detected