[][src]Function qt_core::q_hash_q_bit_array_uint

pub unsafe fn q_hash_q_bit_array_uint(
    key: impl CastInto<Ref<QBitArray>>,
    seed: c_uint
) -> c_uint

Returns the hash value for the key, using seed to seed the calculation.

Calls C++ function: unsigned int qHash(const QBitArray& key, unsigned int seed = …).

C++ documentation:

Returns the hash value for the key, using seed to seed the calculation.

This function was introduced in Qt 5.0.