Share

std::hash<AcString>::()

C++

std::size_t operator ()(
    const AcString & key
) const;

Description

Calculates a hash value from the provided string.

Parameters

Parameters Description
key Input string to calculate a hash from

Returns

Calculated hash value.

Links

std::hash

Was this information helpful?