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

Method operator=

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

Source from the content-addressed store, hash-verified

193 // disallow copying
194 CryptFileReverse(CryptFileReverse const&) = delete;
195 void operator=(CryptFileReverse const&) = delete;
196
197 CryptFileReverse();
198

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected