Stay organized with collections
Save and categorize content based on your preferences.
std::hash< firebase::firestore::FieldPath >
#include <field_path.h>
A convenient specialization of std::hash for FieldPath.
Summary
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["std::hash\\\u003c firebase::firestore::FieldPath \\\u003e\n\n\n`#include \u003cfield_path.h\u003e`\n\nA convenient specialization of std::hash for FieldPath.\n\nSummary\n\nPublic functions \n\noperator() \n\n```c++\nsize_t std::hash\u003c firebase::firestore::FieldPath \u003e::operator()(\n const firebase::firestore::FieldPath & field_path\n) const \n``` \nCalculates the hash of the argument.\n\nNote: specialization of `std::hash` is provided for convenience only. The implementation is subject to change."]]