Constructors
Declared in <util/hash_type.h>
<util/hash_type.h>
Constructs a zero‐initialized hash.
BaseHash();
» more...
Constructs a hash from an existing value.
explicit BaseHash(HashType const& in);
Name
Description
in
The hash value to copy.
Created with MrDocs