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

Method FindFirstNotOf

util/string/strspn.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 // FirstNotOf
30 template <class It1, class It2>
31 inline It1 FindFirstNotOf(It1 b, It2 e) const noexcept {
32 return FindFirst<true>(b, e);
33 }
34
35 template <class It>
36 inline It FindFirstNotOf(It s) const noexcept {

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

TCStringEndIteratorClass · 0.85

Tested by

no test coverage detected