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

◆ write() [7/9]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
fl::size fl::StrN< SIZE >::write ( const u8 * data,
fl::size n )
inline

Definition at line 246 of file str.h.

246 {
247 const char *str = fl::bit_cast_ptr<const char>(static_cast<const void*>(data));
248 return write(str, n);
249 }
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().

Referenced by push_ascii(), push_back(), write(), write(), write(), write(), write(), write(), and write().

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