QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Provide a Qt QDataStream serialization method (save/load) for type std::set<T> More...

#include <QtCore/qdatastream.h>
#include <set>

Go to the source code of this file.

Functions

template<typename T >
QDataStream & operator<< (QDataStream &stream, const std::set< T > &t)
 
template<typename T >
QDataStream & operator>> (QDataStream &stream, std::set< T > &t)
 

Detailed Description

Provide a Qt QDataStream serialization method (save/load) for type std::set<T>

Author
Lionel Marty

Definition in file QxSerializeQDataStream_std_set.h.

Function Documentation

◆ operator<<()

template<typename T >
QDataStream & operator<< ( QDataStream & stream,
const std::set< T > & t )

Definition at line 51 of file QxSerializeQDataStream_std_set.h.

◆ operator>>()

template<typename T >
QDataStream & operator>> ( QDataStream & stream,
std::set< T > & t )

Definition at line 62 of file QxSerializeQDataStream_std_set.h.