Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.45
TestAppend
Function · 0.45
TestMoveCtor
Method · 0.45
TestMoveOpEq
Method · 0.45
TestListWithAutoDelete
Method · 0.45
TestListWithAutoDeleteMoveOpEq
Method · 0.45
TestListWithAutoDeleteClear
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
6
TestAppend
Function · 0.36
TestMoveCtor
Method · 0.36
TestMoveOpEq
Method · 0.36
TestListWithAutoDelete
Method · 0.36
TestListWithAutoDeleteMoveOpEq
Method · 0.36
TestListWithAutoDeleteClear
Method · 0.36