Pass the specified object to the specified hashAlg.
Declared in <bdljsn_location.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Location const& object);
This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Location.
| Name | Description |
|---|---|
| hashAlg | hashing algorithm to update |
| object | location to hash |