! \brief default constructor */
| 135 | public: |
| 136 | /*! \brief default constructor */ |
| 137 | ThreadlocalSharedPtr() : block_(nullptr) {} |
| 138 | /*! |
| 139 | * \brief constructor from nullptr |
| 140 | * \param other the nullptr type |
nothing calls this directly
no outgoing calls
no test coverage detected