std:: hash< firebase:: firestore:: FieldPath >
#include <field_path.h>
A convenient specialization of std::hash for FieldPath.
Summary
Public functions | |
|---|---|
operator()(constfirebase::firestore::FieldPath & field_path) const | size_tCalculates the hash of the argument. |
Public functions
operator()
size_tstd::hash<firebase::firestore::FieldPath>::operator()(constfirebase::firestore::FieldPath&field_path)const
Calculates the hash of the argument.
Note: specialization ofstd::hash is provided for convenience only. The implementation is subject to change.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.