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, true > Struct Template Reference

#include <qmetatype.h>

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

Static Public Member Functions

static void dataStreamOut (const QMetaTypeInterface *, QDataStream &ds, const void *a)
 
static void dataStreamIn (const QMetaTypeInterface *, QDataStream &ds, void *a)
 

Detailed Description

template<typename T>
struct QtPrivate::QDataStreamOperatorForType< T, true >

Definition at line 2399 of file qmetatype.h.

Member Function Documentation

◆ dataStreamIn()

template<typename T >
static void QtPrivate::QDataStreamOperatorForType< T, true >::dataStreamIn ( const QMetaTypeInterface * ,
QDataStream & ds,
void * a )
inlinestatic

Definition at line 2403 of file qmetatype.h.

◆ dataStreamOut()

template<typename T >
static void QtPrivate::QDataStreamOperatorForType< T, true >::dataStreamOut ( const QMetaTypeInterface * ,
QDataStream & ds,
const void * a )
inlinestatic

Definition at line 2401 of file qmetatype.h.


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