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

◆ replace() [3/5]

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

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

1026 {
1027 if (!s) return erase(pos, count);
1028 return replace(pos, count, s, fl::strlen(s));
1029}
uint8_t pos
Definition Blur.ino:11
basic_string & erase(fl::size pos=0, fl::size count=npos) FL_NOEXCEPT
basic_string & replace(fl::size pos, fl::size count, const basic_string &str) FL_NOEXCEPT
size_t strlen(const char *s) FL_NOEXCEPT

References basic_string(), erase(), pos, replace(), and fl::strlen().

+ Here is the call graph for this function: