| 318 | buffer<char_type>& buffer_; |
| 319 | public: |
| 320 | explicit formatbuf(buffer<char_type>& buf) : buffer_(buf) {} |
| 321 | protected: |
| 322 | // The put area is always empty. This makes the implementation simpler and has |
| 323 | // the advantage that the streambuf and the buffer are always in sync and |
nothing calls this directly
no outgoing calls
no test coverage detected