Declares the hasher member, and functions forwarding directly to the hasher.

Synopsis

Declared in <llvm/Support/HashBuilder.h>

template<typename HasherT>
class HashBuilderBase;

Type Aliases

Member Functions

Name

Description

final

Forward to HasherT::final() if available.

getHasher

result

Forward to HasherT::result() if available.

update

Forward to HasherT::update(ArrayRef<uint8_t>).

Protected Member Functions

Name

Description

HashBuilderBase [constructor]

Constructors

Derived Classes

Name

Description

HashBuilder

Interface to help hash various types through a hasher type.

Created with MrDocs