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

Function Fill

util/generic/algorithm.h:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430template <class I, class T>
431constexpr void Fill(I f, I l, const T& v) {
432 std::fill(f, l, v);
433}
434
435template <typename I, typename S, typename T>
436constexpr I FillN(I f, S n, const T& v) {

Callers 15

CopyMethod · 0.70
CopyMethod · 0.70
MakeSeedSeqFunction · 0.50
operator()Method · 0.50
Y_UNIT_TESTFunction · 0.50
DoMapMethod · 0.50
CalcDersForQueriesMethod · 0.50
CalcQueryDersMethod · 0.50
PrepareScratchBlobFunction · 0.50
SetZeroDersMethod · 0.50
CalcPairwiseWeightsFunction · 0.50
CalcDersMultiMethod · 0.50

Calls 1

fillFunction · 0.50

Tested by

no test coverage detected