src/corelib/tools/qpair.qdoc
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   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 */