Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Find
Function
Find
util/generic/algorithm.h:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
template <class I, class T>
117
constexpr I Find(I f, I l, const T& v) {
118
return std::find(f, l, v);
119
}
120
121
template <class C, class T>
122
constexpr auto Find(C&& c, const T& v) {
Callers
3
FindPtr
Function · 0.70
FindIndex
Function · 0.70
Y_UNIT_TEST
Function · 0.70
Calls
3
begin
Function · 0.70
end
Function · 0.70
find
Function · 0.50
Tested by
no test coverage detected