CChain::CChain

Copy construction is deleted; chains are not copyable.

Synopsis

Declared in <chain.h>

CChain(CChain const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from