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