pub unsafe fn shl_q_data_stream_q_vector_of_q_size(
    s: impl CastInto<Ref<QDataStream>>,
    v: impl CastInto<Ref<QVectorOfQSize>>
) -> Ref<QDataStream>
Expand description

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, const QVector<QSize>& v).

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.