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

Method Empty

util/generic/maybe.h:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 Y_PURE_FUNCTION constexpr bool Empty() const noexcept {
347 return !Defined();
348 }
349
350 void CheckDefined() const {
351 if (Y_UNLIKELY(!Defined())) {

Callers 8

Y_UNIT_TESTFunction · 0.45
TestAppendFunction · 0.45
TestMoveCtorMethod · 0.45
TestMoveOpEqMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestAppendFunction · 0.36
TestMoveCtorMethod · 0.36
TestMoveOpEqMethod · 0.36