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

Function SetDifference

util/generic/algorithm.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399
400template <class TI1, class TI2, class TO>
401constexpr TO SetDifference(TI1 f1, TI1 l1, TI2 f2, TI2 l2, TO p) {
402 return std::set_difference(f1, l1, f2, l2, p);
403}
404
405template <class TI1, class TI2, class TO, class TC>
406constexpr TO SetDifference(TI1 f1, TI1 l1, TI2 f2, TI2 l2, TO p, TC c) {

Callers 1

TBitMapOpsClass · 0.85

Calls 1

set_differenceFunction · 0.50

Tested by

no test coverage detected