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

Method find_first_of

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

Source from the content-addressed store, hash-verified

1285 }
1286
1287 size_type find_first_of(const basic_string& str, size_type pos = 0) const noexcept
1288 {
1289 return find_first_of(str.c_str(), pos, str.size());
1290 }
1291
1292 size_type find_first_of(const value_type* str, size_type pos, size_type len) const noexcept
1293 {

Callers 1

test_findMethod · 0.80

Calls 3

findFunction · 0.85
c_strMethod · 0.80
sizeMethod · 0.45

Tested by 1

test_findMethod · 0.64