MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptSettings

Method CryptSettings

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

disallow copying and moving

Source from the content-addressed store, hash-verified

66
67 // disallow copying and moving
68 CryptSettings(CryptSettings const&) = delete;
69 void operator=(CryptSettings const&) = delete;
70
71 CryptSettings(CryptSettings const&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected