const NullObject * nullObjectPtr
Pointer to the unique nullObject.
NullObject()
Private constructor.
bool notNull(const T &t)
Return true if t is not a reference to the nullObject of type T.
NullObject & operator=(const NullObject &)
Prevent assignment.
const T & NullObjectRef()
Return reference to the nullObject of type T.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
static const NullObject nullObject
The unique null object.
const T * NullObjectPtr()
Return pointer to the nullObject of type T.
bool isNull(const T &t)
Return true if t is a reference to the nullObject of type T.