Return true if there was a least one match. Thread-safe for read-only hash tables.
| 954 | /// Return true if there was a least one match. |
| 955 | /// Thread-safe for read-only hash tables. |
| 956 | bool HasMatches() const { return has_matches_; } |
| 957 | |
| 958 | /// Return end marker. |
| 959 | /// Thread-safe for read-only hash tables. |