MCPcopy Create free account
hub / github.com/boostorg/json / close

Method close

example/file.hpp:57–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void
58 close()
59 {
60 if(f_)
61 {
62 std::fclose(f_);
63 f_ = nullptr;
64 size_ = 0;
65 }
66 }
67
68 void
69 open(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected