Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::QDebugStreamOperatorForType< T, bool > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::QDebugStreamOperatorForType< T, bool >:

Static Public Member Functions

static void debugStream (const QMetaTypeInterface *, QDebug &dbg, const void *a)
 

Detailed Description

template<typename T, bool = (QTypeTraits::has_ostream_operator_v<QDebug, T> && !std::is_pointer_v<T>)>
struct QtPrivate::QDebugStreamOperatorForType< T, bool >

Definition at line 2378 of file qmetatype.h.

Member Function Documentation

◆ debugStream()

template<typename T , bool = (QTypeTraits::has_ostream_operator_v<QDebug, T> && !std::is_pointer_v<T>)>
static void QtPrivate::QDebugStreamOperatorForType< T, bool >::debugStream ( const QMetaTypeInterface * ,
QDebug & dbg,
const void * a )
inlinestatic

Definition at line 2380 of file qmetatype.h.


The documentation for this struct was generated from the following file: