Clears this buffer.
| 1797 | |
| 1798 | /// Clears this buffer. |
| 1799 | FMT_CONSTEXPR void clear() { size_ = 0; } |
| 1800 | |
| 1801 | // Tries resizing the buffer to contain `count` elements. If T is a POD type |
| 1802 | // the new elements may not be initialized. |
nothing calls this directly
no outgoing calls
no test coverage detected