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

◆ write() [8/9]

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

Definition at line 301 of file str.h.

301 {
303 StringFormatter::append(val, &dst); // Inlined size should suffice
304 return write(dst.c_str(), dst.size());
305 }
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: