HelenOS sources
find_last_not_of 1389 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_last_not_of(const basic_string& str, size_type pos = npos) const noexcept
find_last_not_of 1394 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_last_not_of(const value_type* str, size_type pos, size_type len) const noexcept
find_last_not_of 1408 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_last_not_of(const value_type* str, size_type pos = npos) const noexcept
find_last_not_of 1413 uspace/lib/cpp/include/__bits/string/string.hpp size_type find_last_not_of(value_type c, size_type pos = npos) const noexcept
HelenOS homepage, sources at GitHub