Copy construction is deleted; chains are not copyable.
Declared in <chain.h>
<chain.h>
CChain(CChain const& other) = delete;
Name
Description
other
The object to copy construct from
Created with MrDocs