Returns a pointer to the output buffer content. No terminating null character is appended.
| 4220 | /// Returns a pointer to the output buffer content. No terminating null |
| 4221 | /// character is appended. |
| 4222 | FMT_CONSTEXPR20 auto data() const -> const char* { return str_; } |
| 4223 | |
| 4224 | /// Returns a pointer to the output buffer content with terminating null |
| 4225 | /// character appended. |
no outgoing calls
no test coverage detected