\brief end \return the pointer to the last element
| 464 | /// \brief end |
| 465 | /// \return the pointer to the last element |
| 466 | T* end() const { return reinterpret_cast<T*>(data_) + size(); } |
| 467 | |
| 468 | /// \brief resize |
| 469 | /// \param count: the number of elements |