equal
deleted
inserted
replaced
212 |
212 |
213 Reads a pair from stream \a in into \a pair. |
213 Reads a pair from stream \a in into \a pair. |
214 |
214 |
215 This function requires the T1 and T2 types to implement \c operator>>(). |
215 This function requires the T1 and T2 types to implement \c operator>>(). |
216 |
216 |
217 \sa {Format of the QDataStream operators} |
217 \sa {Serializing Qt Data Types} |
218 */ |
218 */ |
219 |
219 |
220 /*! \fn QDataStream &operator<<(QDataStream &out, const QPair<T1, T2> &pair) |
220 /*! \fn QDataStream &operator<<(QDataStream &out, const QPair<T1, T2> &pair) |
221 |
221 |
222 \relates QPair |
222 \relates QPair |
223 |
223 |
224 Writes the pair \a pair to stream \a out. |
224 Writes the pair \a pair to stream \a out. |
225 |
225 |
226 This function requires the T1 and T2 types to implement \c operator<<(). |
226 This function requires the T1 and T2 types to implement \c operator<<(). |
227 |
227 |
228 \sa {Format of the QDataStream operators} |
228 \sa {Serializing Qt Data Types} |
229 */ |
229 */ |