MCPcopy Create free account
hub / github.com/catboost/catboost / FindFirstOf

Method FindFirstOf

util/string/strspn.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 // FirstOf
19 template <class It1, class It2>
20 inline It1 FindFirstOf(It1 b, It2 e) const noexcept {
21 return FindFirst<false>(b, e);
22 }
23
24 template <class It>
25 inline It FindFirstOf(It s) const noexcept {

Callers 3

WriteBareStringMethod · 0.45
WriteBareStringMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

TCStringEndIteratorClass · 0.85

Tested by

no test coverage detected