QHash Proxy Page
Functions
int | qHash(const QMqttTopicFilter &filter, int seed = 0) |
int | qHash(const QMqttTopicName &name, int seed = 0) |
Function Documentation
[noexcept]
int qHash(const QMqttTopicFilter &filter, int seed = 0)
Returns the hash value for filter. If specified, seed is used to initialize the hash.
[noexcept]
int qHash(const QMqttTopicName &name, int seed = 0)
Returns the hash value for name. If specified, seed is used to initialize the hash.