\brief data \return the data
| 456 | /// \brief data |
| 457 | /// \return the data |
| 458 | T* data() const { return reinterpret_cast<T*>(data_); } |
| 459 | |
| 460 | /// \brief begin |
| 461 | /// \return the pointer to the first element |
nothing calls this directly
no outgoing calls
no test coverage detected