MCPcopy Create free account
hub / github.com/catboost/catboost / operator==

Method operator==

util/generic/bitmap.h:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438 template <class T>
439 Y_FORCE_INLINE bool operator==(const TBitMapOps<T>& bitmap) const {
440 return Equal(bitmap);
441 }
442
443 Y_FORCE_INLINE TThis& operator=(const TThis& bitmap) {
444 if (this != &bitmap) {

Callers

nothing calls this directly

Calls 1

EqualFunction · 0.70

Tested by

no test coverage detected