| 46 | Buffer buf; |
| 47 | public: |
| 48 | Rostream() : std::ostream( &buf ) {} |
| 49 | }; |
| 50 | // #nocov start |
| 51 | template <> inline std::streamsize Rstreambuf<true>::xsputn(const char *s, std::streamsize num) { |
nothing calls this directly
no outgoing calls
no test coverage detected