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

Method Empty

util/generic/buffer.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 Y_PURE_FUNCTION inline bool Empty() const noexcept {
86 return !Size();
87 }
88
89 inline explicit operator bool() const noexcept {
90 return Size();

Callers 1

operator==Method · 0.45

Calls 1

SizeFunction · 0.50

Tested by

no test coverage detected