MCPcopy Create free account
hub / github.com/boostorg/json / ~file

Method ~file

example/file.hpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28public:
29 ~file()
30 {
31 if(f_)
32 std::fclose(f_);
33 }
34
35 file() = default;
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected