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

◆ write() [5/9]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
fl::size fl::StrN< SIZE >::write ( const u16 & n)
inline

Definition at line 289 of file str.h.

289 {
291 StringFormatter::append(n, &dst); // Inlined size should suffice
292 return write(dst.c_str(), dst.size());
293 }
fl::size size() const
Definition str.h:324
const char * c_str() const
Definition str.h:326
fl::size write(const u8 *data, fl::size n)
Definition str.h:246
StrN()=default
static void append(i32 val, StrN< FASTLED_STR_INLINED_SIZE > *dst)

References StrN(), fl::StringFormatter::append(), c_str(), size(), and write().

+ Here is the call graph for this function: