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

Method operator=

libcppcryptfs/util/KeybufManager.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 // disallow copying
120 KeyDecryptor(KeyDecryptor const&) = delete;
121 void operator=(KeyDecryptor const&) = delete;
122};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected