Returns the pointer to a C string.
| 106 | |
| 107 | /// Returns the pointer to a C string. |
| 108 | auto c_str() const -> const Char* { return data_; } |
| 109 | }; |
| 110 | |
| 111 | using cstring_view = basic_cstring_view<char>; |
nothing calls this directly
no outgoing calls
no test coverage detected