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

Method operator=

cppcryptfs/ui/SecureEdit.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 // disallow copying
29 CSecureEdit(CSecureEdit const&) = delete;
30 void operator=(CSecureEdit const&) = delete;
31
32 CSecureEdit();
33 virtual ~CSecureEdit();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected