MCPcopy Create free account
hub / github.com/fmtlib/fmt / c_str

Function c_str

include/fmt/os.h:108–108  ·  view source on GitHub ↗

Returns the pointer to a C string.

Source from the content-addressed store, hash-verified

106
107 /// Returns the pointer to a C string.
108 auto c_str() const -> const Char* { return data_; }
109};
110
111using cstring_view = basic_cstring_view<char>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected