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

Method ThreadlocalSharedPtr

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

! \brief default constructor */

Source from the content-addressed store, hash-verified

135 public:
136 /*! \brief default constructor */
137 ThreadlocalSharedPtr() : block_(nullptr) {}
138 /*!
139 * \brief constructor from nullptr
140 * \param other the nullptr type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected