Returns the number of buckets Thread-safe for read-only hash tables.
| 895 | /// Returns the number of buckets |
| 896 | /// Thread-safe for read-only hash tables. |
| 897 | int64_t num_buckets() const { return num_buckets_; } |
| 898 | |
| 899 | /// Returns the load factor (the number of non-empty buckets) |
| 900 | /// Thread-safe for read-only hash tables. |
no outgoing calls