pub unsafe fn shl_q_debug_q_pair_of_q_accessible_interface_q_flags_relation_flag(
    debug: impl CastInto<Ref<QDebug>>,
    pair: impl CastInto<Ref<QPairOfQAccessibleInterfaceQFlagsRelationFlag>>
) -> CppBox<QDebug>
Expand description

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QPair<QAccessibleInterface*, QFlags<QAccessible::RelationFlag>>& pair).

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.