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

Method operator=

cppcryptfs/ui/CreatePropertyPage.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 // disallow copying
52 CCreatePropertyPage(CCreatePropertyPage const&) = delete;
53 void operator=(CCreatePropertyPage const&) = delete;
54
55 CCreatePropertyPage();
56 virtual ~CCreatePropertyPage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected