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

Method operator=

cppcryptfs/ui/CryptPropertyPage.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 // disallow copying
40 CCryptPropertyPage(CCryptPropertyPage const&) = delete;
41 void operator=(CCryptPropertyPage const&) = delete;
42
43 CCryptPropertyPage();
44 CCryptPropertyPage(int id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected