MCPcopy Create free account
hub / github.com/Profactor/cv-plot / ~FileStream

Method ~FileStream

CvPlot/ext/catch2/inc/catch.hpp:13461–13461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13459 CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" );
13460 }
13461 ~FileStream() override = default;
13462 public: // IStream
13463 std::ostream& stream() const override {
13464 return m_ofs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected