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

Method find

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

Source from the content-addressed store, hash-verified

1203 */
1204
1205 size_type find(const basic_string& str, size_type pos = 0) const noexcept
1206 {
1207 return find(str.c_str(), pos, str.size());
1208 }
1209
1210 size_type find(const value_type* str, size_type pos, size_type len) const noexcept
1211 {

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected