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

Method operator=

libcppcryptfs/file/iobufferpool.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 // disallow copying and moving
77 IoBufferPool(IoBufferPool const&) = delete;
78 void operator=(IoBufferPool const&) = delete;
79 IoBufferPool(IoBufferPool const&&) = delete;
80 void operator=(IoBufferPool const&&) = delete;
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected