| 1765 | |
| 1766 | FMT_CONSTEXPR20 ~buffer() = default; |
| 1767 | buffer(buffer&&) = default; |
| 1768 | |
| 1769 | /// Sets the buffer data and capacity. |
| 1770 | FMT_CONSTEXPR void set(T* buf_data, size_t buf_capacity) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected