MCPcopy Create free account
hub / github.com/MCUdude/MicroCore / StringSumHelper

Method StringSumHelper

avr/cores/microcore/WString.h:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215{
216public:
217 StringSumHelper(const String &s) : String(s) {}
218 StringSumHelper(const char *p) : String(p) {}
219 StringSumHelper(char c) : String(c) {}
220 StringSumHelper(unsigned char num) : String(num) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected