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

Method data

include/fmt/format.h:4222–4222  ·  view source on GitHub ↗

Returns a pointer to the output buffer content. No terminating null character is appended.

Source from the content-addressed store, hash-verified

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.

Callers 15

ostreamMethod · 0.45
write_bufferFunction · 0.45
formatMethod · 0.45
vprintFunction · 0.45
do_report_errorFunction · 0.45
vformat_toFunction · 0.45
vprint_mojibakeFunction · 0.45
printFunction · 0.45
vprint_bufferedFunction · 0.45
vprintlnFunction · 0.45
write_escaped_pathFunction · 0.45
write_demangled_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected