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

◆ write() [7/8]

template<size_t SIZE = 64>
size_t fl::StrN< SIZE >::write ( const uint8_t * data,
size_t n )
inline

Definition at line 174 of file str.h.

174 {
175 const char *str = reinterpret_cast<const char *>(data);
176 return write(str, n);
177 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:174
Definition str.h:79

References write().

Referenced by fl::StringFormatter::append(), write(), write(), write(), write(), write(), and write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: