! \return dereference pointer */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected