MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / String

Method String

lib/ArduinoNative/src/WString.h:70–73  ·  view source on GitHub ↗

* Constructs a string. */

Source from the content-addressed store, hash-verified

68 * Constructs a string.
69 */
70 String() :
71 m_stdStr()
72 {
73 }
74
75 /**
76 * Destroys a string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected