stream2string1.hh
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef __stream2string1_hh__
  2. #define __stream2string1_hh__
  3. template<class Strng, class T>
  4. Strng stream2string(const T &object);
  5. #endif