The cpp OpTime.isNull function is used to check if an OpTime object is null or not. It returns a boolean value indicating whether the OpTime object is null (i.e., it has not been initialized or set) or not.
C++ (Cpp) OpTime::isNull - 30 examples found. These are the top rated real world C++ (Cpp) examples of OpTime::isNull extracted from open source projects. You can rate examples to help us improve the quality of examples.