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

◆ operator[]() [1/2]

char fl::basic_string::operator[] ( fl::size index) const

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

87 {
88 if (index >= mLength) {
89 return '\0';
90 }
91 return c_str()[index];
92}
const char * c_str() const FL_NOEXCEPT

References c_str(), and mLength.

+ Here is the call graph for this function: