Definition at line 595 of file basic_string.cpp.hpp.
595 {
596 if (!s || count == 0)
return npos;
598 const char* str =
c_str();
600 for (fl::size j = 0; j < count; ++j) {
601 if (str[i] == s[j]) return i;
602 }
603 }
605}
static constexpr fl::size npos
const char * c_str() const FL_NOEXCEPT
References c_str(), mLength, npos, and pos.