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

◆ write() [9/9]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
fl::size fl::StrN< SIZE >::write ( u8 c)
inline

Definition at line 284 of file str.h.

284 {
285 const char *str = fl::bit_cast_ptr<const char>(static_cast<const void*>(&c));
286 return write(str, 1);
287 }
fl::size write(const u8 *data, fl::size n)
Definition str.h:246
To * bit_cast_ptr(void *storage) noexcept
Definition bit_cast.h:54

References fl::bit_cast_ptr(), and write().

+ Here is the call graph for this function: