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

Member Data Documentation

◆ dataStreamIn

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

Definition at line 2383 of file qmetatype.h.

◆ dataStreamOut

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

Definition at line 2382 of file qmetatype.h.


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