diff options
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
| -rw-r--r-- | src/corelib/io/qdebug.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -1147,6 +1147,15 @@ QDebug &QDebug::putTupleLikeImplImpl(const char *ns, const char *what, */ /*! + \fn template <typename T, std::size_t N> QDebug operator<<(QDebug debug, const std::array<T, N> &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 <typename T> QDebug operator<<(QDebug debug, const QSet<T> &set) \relates QDebug |
