QHash Proxy Page
Functions
| int | qHash(QSslEllipticCurve key, int seed = 0) |
| int | qHash(const QOcspResponse &key, int seed = 0) |
| int | qHash(const QSslCertificate &key, int seed = 0) |
| int | qHash(const QSslError &key, int seed = 0) |
Function Documentation
[constexpr noexcept] int qHash(QSslEllipticCurve key, int seed = 0)
Returns the hash value for key, using seed to seed the calculation.
[noexcept] int qHash(const QOcspResponse &key, int seed = 0)
Returns the hash value for key, using seed to seed the calculation.
[noexcept] int qHash(const QSslCertificate &key, int seed = 0)
Returns the hash value for key, using seed to seed the calculation.
[noexcept] int qHash(const QSslError &key, int seed = 0)
Returns the hash value for key, using seed to seed the calculation.