Returns a pointer to the buffer data. */
| 691 | |
| 692 | /** Returns a pointer to the buffer data. */ |
| 693 | const T* data() const FMT_NOEXCEPT { return ptr_; } |
| 694 | |
| 695 | /** |
| 696 | Resizes the buffer. If T is a POD type new elements may not be initialized. |
no outgoing calls
no test coverage detected