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

Method PrintableString

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

Source from the content-addressed store, hash-verified

34template <typename PrintPolicy>
35struct PrintableString : public Printable {
36 PrintableString(const char* s) : str_(s), total_(0) {}
37
38 virtual size_t printTo(Print& p) const {
39 size_t result = PrintPolicy::printStringTo(str_, p);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected