[][src]Function qt_widgets::ops::shl_q_data_stream_q_map_of_gesture_type_bool

pub unsafe fn shl_q_data_stream_q_map_of_gesture_type_bool(
    s: impl CastInto<MutRef<QDataStream>>,
    map: impl CastInto<Ref<QMapOfGestureTypeBool>>
) -> MutRef<QDataStream>

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, const QMap<Qt::GestureType, bool>& map).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &out, const QBitArray &ba):

Writes bit array ba to stream out.

See also Format of the QDataStream operators.