MCPcopy Create free account
hub / github.com/cactus-compute/cactus / MappedFile

Method MappedFile

cactus/graph/graph.h:729–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 ~MappedFile();
728
729 MappedFile(const MappedFile&) = delete;
730 MappedFile& operator=(const MappedFile&) = delete;
731 MappedFile(MappedFile&& other) noexcept;
732 MappedFile& operator=(MappedFile&& other) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected