[][src]Function qt_gui::ops::shl_q_debug_q_opengl_version_profile

pub unsafe fn shl_q_debug_q_opengl_version_profile(
    debug: impl CastInto<Ref<QDebug>>,
    vp: impl CastInto<Ref<QOpenGLVersionProfile>>
) -> CppBox<QDebug>

Writes the given brush to the given stream and returns a reference to the stream.

Calls C++ function: QDebug operator<<(QDebug debug, const QOpenGLVersionProfile& vp).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &stream, const QBrush &brush):

Writes the given brush to the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.

This item is available if any(cpp_lib_version="5.11.3", cpp_lib_version="5.12.2", cpp_lib_version="5.13.0").