MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / IteratorValType

Function IteratorValType

include/LightGBM/utils/common.h:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708template<typename _Iter> inline
709static typename std::iterator_traits<_Iter>::value_type* IteratorValType(_Iter) {
710 return (0);
711}
712
713template<typename _RanIt, typename _Pr, typename _VTRanIt> inline
714static void ParallelSort(_RanIt _First, _RanIt _Last, _Pr _Pred, _VTRanIt*) {

Callers 1

ParallelSortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected