Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MinElement
Function
MinElement
util/generic/algorithm.h:495–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
494
template <class T>
495
constexpr T MinElement(T begin, T end) {
496
return std::min_element(begin, end);
497
}
498
499
template <class T, class C>
500
constexpr T MinElement(T begin, T end, C comp) {
Callers
5
ArgMinPrecise
Function · 0.85
Default
Method · 0.85
Min
Method · 0.85
CheckPreprocessedTarget
Function · 0.85
CalcSampleQuantile
Function · 0.85
Calls
1
min_element
Function · 0.50
Tested by
no test coverage detected