| 361 | } |
| 362 | } |
| 363 | file_streambuf(const file_streambuf&) = delete; |
| 364 | file_streambuf& operator=(const file_streambuf&) = delete; |
| 365 | |
| 366 | file_streambuf(const std::string& filename) |
nothing calls this directly
no outgoing calls
no test coverage detected