Constructors
Declared in <chain.h>
<chain.h>
Constructs an empty chain.
constexpr CChain() = default;
» more...
Copy construction is deleted; chains are not copyable.
CChain(CChain const& other) = delete;
Created with MrDocs