Pass the specified object to the specified hashAlg.

Synopsis

Declared in <bdljsn_location.h>

template<class HASHALG>
void
hashAppend(
    HASHALG& hashAlg,
    Location const& object);

Description

This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Location.

Parameters

Name

Description

hashAlg

hashing algorithm to update

object

location to hash

Created with MrDocs