BaseHash::BaseHash

Constructors

Synopses

Declared in <util/hash_type.h>

Constructs a zero-initialized hash.

BaseHash();
» more...

Constructs a hash from an existing value.

explicit
BaseHash(HashType const& in);
» more...

Parameters

NameDescription
inThe hash value to copy.