MCPcopy Create free account
hub / github.com/HelenOS/helenos / rfind

Method rfind

uspace/lib/cpp/include/__bits/string/string.hpp:1246–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244 }
1245
1246 size_type rfind(const basic_string& str, size_type pos = npos) const noexcept
1247 {
1248 return rfind(str.c_str(), pos, str.size());
1249 }
1250
1251 size_type rfind(const value_type* str, size_type pos, size_type len) const noexcept
1252 {

Callers 1

test_findMethod · 0.80

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by 1

test_findMethod · 0.64