32#ifndef _QX_SERIALIZE_QDATASTREAM_STD_STRING_H_
33#define _QX_SERIALIZE_QDATASTREAM_STD_STRING_H_
46#include <QtCore/qdatastream.h>
QX_DLL_EXPORT QDataStream & operator<<(QDataStream &stream, const std::string &t) QX_USED
QX_DLL_EXPORT QDataStream & operator>>(QDataStream &stream, std::string &t) QX_USED