| 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 | |
| 2918 | #if !SZ_AVOID_STL |
| 2919 |
no outgoing calls