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

Method operator=

cppcryptfs/ui/MountPropertyPage.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 // disallow copying
67 CMountPropertyPage(CMountPropertyPage const&) = delete;
68 void operator=(CMountPropertyPage const&) = delete;
69
70 CMountPropertyPage();
71 virtual ~CMountPropertyPage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected