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

Function MinMaxElement

util/generic/algorithm.h:782–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780
781template <class It>
782constexpr std::pair<It, It> MinMaxElement(It first, It last) {
783 return std::minmax_element(first, last);
784}
785
786template <class TIterator, class TGenerator>
787constexpr void Generate(TIterator first, TIterator last, TGenerator generator) {

Callers 3

BestSplitMethod · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

minmax_elementFunction · 0.50

Tested by

no test coverage detected