HelenOS sources
find_first_not_of 1348 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept
find_first_not_of 1353 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_first_not_of(const value_type* str, size_type pos, size_type len) const noexcept
find_first_not_of 1370 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_first_not_of(const value_type* str, size_type pos = 0) const noexcept
find_first_not_of 1375 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept
HelenOS homepage, sources at GitHub