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

◆ append() [21/37]

string & fl::string::append ( const i8 & c)
inline

Definition at line 757 of file str.h.

757 {
758 const char *str = fl::bit_cast_ptr<const char>(static_cast<const void*>(&c));
759 write(str, 1);
760 return *this;
761 }
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 fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

+ Here is the call graph for this function: