![]() |
QxOrm
1.4.8
C++ Object Relational Mapping library
|
Provide a Qt QDataStream serialization method (save/load) for type std::pair<T0, T1> More...
#include <QtCore/qdatastream.h>
Go to the source code of this file.
Functions | |
template<typename T0 , typename T1 > | |
QDataStream & | operator<< (QDataStream &stream, const std::pair< T0, T1 > &t) |
template<typename T0 , typename T1 > | |
QDataStream & | operator>> (QDataStream &stream, std::pair< T0, T1 > &t) |
Provide a Qt QDataStream serialization method (save/load) for type std::pair<T0, T1>
Definition in file QxSerializeQDataStream_std_pair.h.
QDataStream& operator<< | ( | QDataStream & | stream, |
const std::pair< T0, T1 > & | t | ||
) |
Definition at line 50 of file QxSerializeQDataStream_std_pair.h.
QDataStream& operator>> | ( | QDataStream & | stream, |
std::pair< T0, T1 > & | t | ||
) |
Definition at line 58 of file QxSerializeQDataStream_std_pair.h.