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.
std::size_t operator ()( const AcString & key ) const;
Calculates a hash value from the provided string.
| Parameters | Description |
|---|---|
| key | Input string to calculate a hash from |
Calculated hash value.