greenplumn COstreamStdString 源码
greenplumn COstreamStdString 代码
文件路径:/src/backend/gporca/libgpos/include/gpos/io/COstreamStdString.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (c) 2020 VMware, Inc. or its affiliates
//---------------------------------------------------------------------------
#ifndef COstreamStdString_H
#define COstreamStdString_H
#include <sstream>
#include <string>
#include "gpos/io/COstreamBasic.h"
namespace gpos
{
class COstreamStdString : public gpos::COstreamBasic
{
public:
COstreamStdString();
std::wstring Str() const;
private:
std::wostringstream m_oss;
};
} // namespace gpos
#endif
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦