MCPcopy Create free account
hub / github.com/FastLED/FastLED / str

Method str

src/fl/stl/strstream.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 string str() const FL_NOEXCEPT { return mStr; }
44 const char *c_str() const FL_NOEXCEPT { return mStr.c_str(); }
45
46 sstream &operator<<(const CRGB &rgb) FL_NOEXCEPT {

Callers 1

sstreamClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected