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

Method operator=

cppcryptfs/ui/savedpasswords.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected