Construct a builder that owns a hasher constructed from Args.

Synopsis

Declared in <llvm/Support/HashBuilder.h>

template<typename... ArgTypes>
explicit
HashBuilderBase(ArgTypes&&... Args);

Parameters

Name

Description

Args

Arguments forwarded to the HasherT constructor.

Created with MrDocs