Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteBareString
Method · 0.45
WriteBareString
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
TCStringEndIterator
Class · 0.85
Tested by
no test coverage detected