MCPcopy 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
compileMethod · 0.80
buildExternalAccessMethod · 0.80
IDX_garbage_collectFunction · 0.80
compileMethod · 0.80
OptimizerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected