MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / valueOr

Method valueOr

Bcore/src/main/cpp/Dobby/tests/catch.hpp:3367–3369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3365 }
3366
3367 T valueOr(T const &defaultValue) const {
3368 return nullableValue ? *nullableValue : defaultValue;
3369 }
3370
3371 bool some() const {
3372 return nullableValue != nullptr;

Callers 1

listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected