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

Function Transform

util/generic/algorithm.h:621–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620template <class T1, class T2, class O>
621constexpr void Transform(T1 b, T1 e, T2 o, O f) {
622 std::transform(b, e, o, f);
623}
624
625template <class T1, class T2, class T3, class O>
626constexpr void Transform(T1 b1, T1 e1, T2 b2, T3 o, O f) {

Callers 2

to_lowerMethod · 0.70
to_upperMethod · 0.70

Calls 1

transformFunction · 0.50

Tested by

no test coverage detected