pub unsafe fn q_next_power_of_two_i64(v: i64) -> u64
Expand description

This is an overloaded function.

Calls C++ function: quint64 qNextPowerOfTwo(qint64 v).

C++ documentation:

This is an overloaded function.

This function returns the nearest power of two greater than value. For negative values it returns 0.

This function was introduced in Qt 5.4.