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::QDataStreamOperatorForType< T, bool > Struct Template Reference

#include <qmetatype.h>

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

Static Public Attributes

static constexpr QMetaTypeInterface::DataStreamOutFn dataStreamOut = nullptr
 
static constexpr QMetaTypeInterface::DataStreamInFn dataStreamIn = nullptr
 

Detailed Description

template<typename T, bool = QTypeTraits::has_stream_operator_v<QDataStream, T>>
struct QtPrivate::QDataStreamOperatorForType< T, bool >

Definition at line 2391 of file qmetatype.h.

Member Data Documentation

◆ dataStreamIn

template<typename T , bool = QTypeTraits::has_stream_operator_v<QDataStream, T>>
constexpr QMetaTypeInterface::DataStreamInFn QtPrivate::QDataStreamOperatorForType< T, bool >::dataStreamIn = nullptr
staticconstexpr

Definition at line 2394 of file qmetatype.h.

◆ dataStreamOut

template<typename T , bool = QTypeTraits::has_stream_operator_v<QDataStream, T>>
constexpr QMetaTypeInterface::DataStreamOutFn QtPrivate::QDataStreamOperatorForType< T, bool >::dataStreamOut = nullptr
staticconstexpr

Definition at line 2393 of file qmetatype.h.


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