| 330 | } |
| 331 | |
| 332 | char* |
| 333 | data() noexcept |
| 334 | { |
| 335 | if(s_.k == short_string_) |
| 336 | return s_.buf; |
| 337 | return reinterpret_cast< |
| 338 | char*>(p_.t + 1); |
| 339 | } |
| 340 | |
| 341 | char const* |
| 342 | data() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected