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

Function DispatchGenericLambda

catboost/libs/helpers/dispatch_generic_lambda.h:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template <typename TFunc>
4static auto DispatchGenericLambda(TFunc function) {
5 return function();
6}
7
8template <typename TFunc, typename ...TBools>
9static auto DispatchGenericLambda(TFunc function, bool arg, TBools ...args) {

Callers 15

AddDersRangeMultiFunction · 0.85
CalcDersRangeMethod · 0.85
CalcFirstDerRangeMethod · 0.85
UpdateLearnAvrgApproxFunction · 0.85
UpdateAvrgApproxFunction · 0.85
CalcApproxDeltaMultiFunction · 0.85
UpdateWeightedFunction · 0.85
UpdateDeltaCountFunction · 0.85
CalcExactLeafDeltasMultiFunction · 0.85
UpdateApproxDeltasFunction · 0.85

Calls 3

true_typeClass · 0.85
false_typeClass · 0.85
functionClass · 0.50

Tested by

no test coverage detected