diff options
| author | levlam <levlam@telegram.org> | 2022-03-09 16:40:50 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-03-09 16:40:50 +0300 |
| commit | 44b844eeeb8702b9ce2421985a1645b9956c7ee6 (patch) | |
| tree | 47b2f1257b089b61d089f873089c234d82110485 /tdutils/td/utils/HashTableUtils.h | |
| parent | 8b897c7c5fa35a22dff82f45697e23188b18b05e (diff) | |
Rename is_key_empty to is_hash_table_key_empty.
Diffstat (limited to 'tdutils/td/utils/HashTableUtils.h')
| -rw-r--r-- | tdutils/td/utils/HashTableUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdutils/td/utils/HashTableUtils.h b/tdutils/td/utils/HashTableUtils.h index f0cfdac38..46c78f096 100644 --- a/tdutils/td/utils/HashTableUtils.h +++ b/tdutils/td/utils/HashTableUtils.h @@ -11,7 +11,7 @@ namespace td { template <class KeyT> -bool is_key_empty(const KeyT &key) { +bool is_hash_table_key_empty(const KeyT &key) { return key == KeyT(); } |
