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

Method Pop

util/generic/bitmap.h:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 }
604
605 Y_FORCE_INLINE bool Pop() {
606 bool val = Get(0);
607 return RShift(1), val;
608 }
609
610 // Clear the entire bitmap. Current capacity is kept unchanged
611 Y_FORCE_INLINE TThis& Clear() {

Callers 1

with_lockMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected