Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ orElse
Method
orElse
src/common/classes/Nullable.h:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
T orElse(T elseValue) const
64
{
65
return specified ? value : elseValue;
66
}
67
68
bool operator ==(const BaseNullable<T>& o) const
69
{
Callers
6
operator ==
Method · 0.80
compile
Method · 0.80
buildExternalAccess
Method · 0.80
IDX_garbage_collect
Function · 0.80
compile
Method · 0.80
Optimizer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected