QHash 프록시 페이지

함수

size_t qHash(const QMqttTopicFilter &filter, size_t seed = 0)
size_t qHash(const QMqttTopicName &name, size_t seed = 0)

함수 문서

[noexcept] size_t qHash(const QMqttTopicFilter &filter, size_t seed = 0)

filter 에 대한 해시값을 반환합니다. 지정하면 seed 을 사용하여 해시를 초기화합니다.

[noexcept] size_t qHash(const QMqttTopicName &name, size_t seed = 0)

name 에 대한 해시값을 반환합니다. 지정하면 seed 을 사용하여 해시를 초기화합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.