MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ~FileStream

Method ~FileStream

tests/catch.hpp:10994–10994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10992 CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" );
10993 }
10994 ~FileStream() override = default;
10995 public: // IStream
10996 std::ostream& stream() const override {
10997 return m_ofs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected