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

Method operator=

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

Source from the content-addressed store, hash-verified

155 // disallow copying
156 CryptFileForward(CryptFileForward const&) = delete;
157 void operator=(CryptFileForward const&) = delete;
158
159 CryptFileForward();
160

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected