* @brief Returns a raw pointer to the internal buffer (read-only). */
| 208 | * @brief Returns a raw pointer to the internal buffer (read-only). |
| 209 | */ |
| 210 | [[nodiscard]] const T* raw() const { return m_data.get(); } |
| 211 | |
| 212 | /** |
| 213 | * @brief Returns a raw pointer to the internal buffer (mutable). |
no test coverage detected