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

#include <qmetatype.h>

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

Static Public Attributes

static constexpr QMetaTypeInterface::DebugStreamFn debugStream = nullptr

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 2367 of file qmetatype.h.

Member Data Documentation

◆ debugStream

template<typename T, bool = (QTypeTraits::has_ostream_operator_v<QDebug, T> && !std::is_pointer_v<T>)>
QMetaTypeInterface::DebugStreamFn QtPrivate::QDebugStreamOperatorForType< T, bool >::debugStream = nullptr
staticconstexpr

Definition at line 2369 of file qmetatype.h.


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