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

◆ write() [6/9]

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

Definition at line 295 of file str.h.

295 {
297 StringFormatter::append(val, &dst); // Inlined size should suffice
298 return write(dst.c_str(), dst.size());
299 }
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: