std::
  
    #include <field_path.h>
  
A convenient specialization of std::hash for FieldPath.
Summary
| Public functions | |
|---|---|
| operator()(const firebase::firestore::FieldPath & field_path) const  | size_tCalculates the hash of the argument.  | 
Public functions
operator()
size_t std::hash< firebase::firestore::FieldPath >::operator()( const firebase::firestore::FieldPath & field_path ) const
Calculates the hash of the argument.
Note: specialization of std::hash is provided for convenience only. The implementation is subject to change.