MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / operator==

Method operator==

include/dmlc/memory.h:188–190  ·  view source on GitHub ↗

! \brief check if nullptr */

Source from the content-addressed store, hash-verified

186 }
187 /*! \brief check if nullptr */
188 inline bool operator==(std::nullptr_t other) const {
189 return block_ == nullptr;
190 }
191 /*!
192 * \return get the pointer content.
193 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected