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

Method operator=

libcppcryptfs/util/LockZeroBuffer.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 // disallow copying
47 LockZeroBuffer(LockZeroBuffer const&) = delete;
48 void operator=(LockZeroBuffer const&) = delete;
49
50 BOOL IsLocked() { return m_IsLocked; };
51 T *m_buf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected