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

◆ write() [7/11]

fl::size fl::basic_string::write ( const fl::u8 * data,
fl::size n )

Definition at line 213 of file basic_string.cpp.hpp.

213 {
214 const char* str = fl::bit_cast_ptr<const char>(static_cast<const void*>(data));
215 return write(str, n);
216}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
const char * data() const FL_NOEXCEPT
To * bit_cast_ptr(void *storage) FL_NOEXCEPT
Definition bit_cast.h:60

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

Referenced by append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), fl::string::append(), fl::string::append(), fl::string::append(), appendHex(), appendHex(), appendHex(), appendHex(), appendOct(), appendOct(), appendOct(), appendOct(), 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: