\brief begin \return the pointer to the first element
| 460 | /// \brief begin |
| 461 | /// \return the pointer to the first element |
| 462 | T* begin() const { return reinterpret_cast<T*>(data_); } |
| 463 | |
| 464 | /// \brief end |
| 465 | /// \return the pointer to the last element |
nothing calls this directly
no outgoing calls
no test coverage detected