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

Method operator->

include/dmlc/memory.h:215–217  ·  view source on GitHub ↗

! \return dereference pointer */

Source from the content-addressed store, hash-verified

213 }
214 /*! \return dereference pointer */
215 inline T* operator->() const {
216 return reinterpret_cast<T*>(&(block_->data));
217 }
218 /*!
219 * \brief create a new space from threadlocal storage and return it.
220 * \tparam Args the arguments.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected