Returns the content of the output buffer as an `std::string`. */
| 1535 | Returns the content of the output buffer as an `std::string`. |
| 1536 | */ |
| 1537 | std::basic_string<Char> str() const { |
| 1538 | return std::basic_string<Char>(&buffer_[0], buffer_.size()); |
| 1539 | } |
| 1540 | |
| 1541 | /** |
| 1542 | \rst |