CChain::CChain

Constructors

Synopses

Declared in <chain.h>

Constructs an empty chain.

constexpr
CChain() = default;
» more...

Copy construction is deleted; chains are not copyable.

CChain(CChain const& other) = delete;
» more...