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

Method operator=

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected