Returns the total number of characters written. */
| 1513 | Returns the total number of characters written. |
| 1514 | */ |
| 1515 | std::size_t size() const { return buffer_.size(); } |
| 1516 | |
| 1517 | /** |
| 1518 | Returns a pointer to the output buffer content. No terminating null |