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

◆ find() [3/6]

fl::size fl::basic_string::find ( const char & value) const

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

518 {
519 for (fl::size i = 0; i < mLength; ++i) {
520 if (c_str()[i] == value) return i;
521 }
522 return npos;
523}
static constexpr fl::size npos
const char * c_str() const FL_NOEXCEPT
constexpr int type_rank< T >::value

References c_str(), mLength, npos, and fl::type_rank< T >::value.

Referenced by contains(), contains(), contains(), fl::HttpRequestParser::feed(), fl::HttpResponseParser::feed(), find(), find(), find_first_of(), fl::net::http::Response::is_json(), fl::istream_real::operator>>(), fl::istream_real::operator>>(), fl::net::http::ChunkedReader::parseChunkSize(), fl::HttpRequestParser::parseHeaders(), fl::HttpResponseParser::parseHeaders(), fl::HttpRequestParser::parseRequestLine(), fl::wled::parseSegmentFields(), and fl::HttpResponseParser::parseStatusLine().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: