MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / operator=

Method operator=

libcppcryptfs/file/openfiles.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 // disallow copying
156 CryptOpenFiles(CryptOpenFiles const&) = delete;
157 void operator=(CryptOpenFiles const&) = delete;
158};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected