\brief Test whether the storage is allocated. return Whether the storage is allocated.
| 105 | /// \brief Test whether the storage is allocated. |
| 106 | /// return Whether the storage is allocated. |
| 107 | bool initialized() const override { return holder_ && holder_->ptr(); } |
| 108 | |
| 109 | /// \brief Check if storage is shared with other objects. |
| 110 | /// \return Whether the storage is shared with other objects. |