Constructors
Synopses
Declared in <llvm/Support/HashBuilder.h>
Construct a builder that uses an existing hasher instance.
explicit
HashBuilderBase(HasherT& Hasher);
Construct a builder that owns a hasher constructed from Args.
template<typename... ArgTypes>
explicit
HashBuilderBase(ArgTypes&&... Args);
Parameters
Name |
Description |
Hasher |
Hasher to forward updates to. |
Args |
Arguments forwarded to the |
Created with MrDocs