Copy construction is deleted; chains are not copyable.

Synopsis

Declared in <chain.h>

CChain(CChain const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs