MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / KeybufManager

Method KeybufManager

libcppcryptfs/util/KeybufManager.h:83–83  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

81
82 // disallow copying
83 KeybufManager(KeybufManager const&) = delete;
84 void operator=(KeybufManager const&) = delete;
85};
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected