Function qt_core::q_hash_short

source ·
pub unsafe fn q_hash_short(key: c_short) -> c_uint
Expand description

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

Calls C++ function: unsigned int qHash(short key).

C++ documentation:

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

This function was introduced in Qt 5.0.