MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / printStringTo

Method printStringTo

extras/tests/Misc/printable.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28struct PrintAllAtOnce {
29 static size_t printStringTo(const std::string& s, Print& p) {
30 return p.write(s.data(), s.size());
31 }
32};
33
34template <typename PrintPolicy>

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected