Constructs a hash from an existing value.
Synopsis
Declared in <util/hash_type.h>
explicit
BaseHash(HashType const& in);
Parameters
Name |
Description |
in |
The hash value to copy. |
Created with MrDocs
Constructs a hash from an existing value.
Declared in <util/hash_type.h>
explicit
BaseHash(HashType const& in);
Name |
Description |
in |
The hash value to copy. |
Created with MrDocs