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

Method operator=

libcppcryptfs/crypt/aes.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 // disallow copying
58 AES(AES const&) = delete;
59 void operator=(AES const&) = delete;
60 AES();
61
62 virtual ~AES();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected