FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator<<() [8/30]

template<fl::size N>
sstream & fl::sstream::operator<< ( const char(&) str[N])
inline

Definition at line 273 of file strstream.h.

273 {
274 mStr.append(str);
275 return *this;
276 }
string str() const FL_NOEXCEPT
Definition strstream.h:43
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, mStr, and str().

+ Here is the call graph for this function: