Constructors

Synopses

Declared in <chain.h>

Constructs an empty chain.

constexpr
CChain() = default;

Copy construction is deleted; chains are not copyable.

CChain(CChain const& other) = delete;

Created with MrDocs