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

Method operator=

libcppcryptfs/config/cryptconfig.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 // disallow copying
118 CryptConfig(CryptConfig const&) = delete;
119 void operator=(CryptConfig const&) = delete;
120
121 virtual ~CryptConfig();
122};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected