Constructors

Synopses

Declared in <util/hash_type.h>

Constructs a zero‐initialized hash.

Constructs a hash from an existing value.

explicit
BaseHash(HashType const& in);

Parameters

Name

Description

in

The hash value to copy.

Created with MrDocs