diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp index ff9c96ca4d0..9e9c4292355 100644 --- a/src/corelib/io/qdebug.cpp +++ b/src/corelib/io/qdebug.cpp @@ -1146,6 +1146,15 @@ QDebug &QDebug::putTupleLikeImplImpl(const char *ns, const char *what, support streaming into QDebug. */ +/*! + \fn template QDebug operator<<(QDebug debug, const std::array &array) + \relates QDebug + \since 6.9 + + Writes the contents of \a array to \a debug. \c T needs to + support streaming into QDebug. +*/ + /*! \fn template QDebug operator<<(QDebug debug, const QSet &set) \relates QDebug