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

Method operator=

cppcryptfs/dokan/CryptThreadData.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // disallow copying
41 CryptThreadData(CryptThreadData const&) = delete;
42 void operator=(CryptThreadData const&) = delete;
43 CryptThreadData() {
44 memset(&operations, 0, sizeof(operations));
45 memset(&options, 0, sizeof(options));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected