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

Function Iota

util/generic/algorithm.h:762–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761template <class It, class Val>
762constexpr void Iota(It begin, It end, Val val) {
763 std::iota(begin, end, val);
764}
765
766template <class TI, class TO, class S>
767constexpr TO CopyN(TI from, S s, TO to) {

Callers 15

TryStableSortKeysFunction · 0.85
GetIdToTokenMappingFunction · 0.85
FinishBuildingMethod · 0.85
FilterMethod · 0.85
GetIdToTokensMappingMethod · 0.85
SmokingTestFunction · 0.85
Y_UNIT_TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

Y_UNIT_TESTFunction · 0.68
TestSimpleCtrFunction · 0.68
SortFunction · 0.68
BuildBinFeaturesOrderFunction · 0.68
SplitPointsCpuFunction · 0.68