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

Method find_last_of

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

Source from the content-addressed store, hash-verified

1317 }
1318
1319 size_type find_last_of(const basic_string& str, size_type pos = npos) const noexcept
1320 {
1321 return find_last_of(str.c_str(), pos, str.size());
1322 }
1323
1324 size_type find_last_of(const value_type* str, size_type pos, size_type len) const noexcept
1325 {

Callers 1

test_findMethod · 0.80

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by 1

test_findMethod · 0.64