| 9437 | CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" ); |
| 9438 | } |
| 9439 | ~FileStream() override = default; |
| 9440 | public: // IStream |
| 9441 | std::ostream& stream() const override { |
| 9442 | return m_ofs; |
nothing calls this directly
no outgoing calls
no test coverage detected