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

Method operator=

cppcryptfs/ui/RecentItems.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // disallow copying
41 RecentItems(RecentItems const&) = delete;
42 void operator=(RecentItems const&) = delete;
43
44 RecentItems(LPCTSTR section, LPCTSTR base, int count);
45 void Add(LPCTSTR item);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected