Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
struct PrintAllAtOnce {
29
static size_t printStringTo(const std::string& s, Print& p) {
30
return p.write(s.data(), s.size());
31
}
32
};
33
34
template <typename PrintPolicy>
Callers
nothing calls this directly
Calls
3
write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected