MCPcopy Create free account
hub / github.com/apache/madlib / isNull

Method isNull

src/dbal/Reference_impl.hpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <typename T, bool IsMutable>
43bool
44Ref<T, IsMutable>::isNull() const {
45 return mPtr == NULL;
46}
47
48/**
49 * @brief Copy operator is defined but protected, in order to prevent usage.

Callers 2

isNullFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected