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

◆ insert() [3/5]

basic_string & fl::basic_string::insert ( fl::size pos,
const char * s )

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

816 {
817 if (!s) return *this;
818 return insert(pos, s, fl::strlen(s));
819}
uint8_t pos
Definition Blur.ino:11
basic_string & insert(fl::size pos, fl::size count, char ch) FL_NOEXCEPT
size_t strlen(const char *s) FL_NOEXCEPT

References basic_string(), insert(), pos, and fl::strlen().

+ Here is the call graph for this function: