QHash Proxy Page
函数
size_t | qHash (const QOcspResponse & response , size_t seed = 0) |
size_t | qHash (const QSslCertificate & key , size_t seed = 0) |
size_t | qHash (QSslEllipticCurve curve , size_t seed = 0) |
size_t | qHash (const QSslError & key , size_t seed = 0) |
函数文档编制
[noexcept]
size_t
qHash
(const
QOcspResponse
&
response
,
size_t
seed
= 0)
返回哈希值为 response ,使用 seed 做计算种子。
[noexcept]
size_t
qHash
(const
QSslCertificate
&
key
,
size_t
seed
= 0)
返回哈希值为 key ,使用 seed 做计算种子。
[constexpr noexcept]
size_t
qHash
(
QSslEllipticCurve
curve
,
size_t
seed
= 0)
Returns an hash value for the curve curve ,使用 seed 做计算种子。
[noexcept]
size_t
qHash
(const
QSslError
&
key
,
size_t
seed
= 0)
返回哈希值为 key ,使用 seed 做计算种子。