! \brief check if nullptr */
| 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected