set2.hh
上传用户:clovervx
上传日期:2010-03-30
资源大小:787k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #ifndef __set2_hh__
  2. #define __set2_hh__
  3. #include "set1.hh"
  4. #include "stream2string3.hh"
  5. template <class Container> 
  6. inline Set<Container>::operator string () {
  7.   return stream2string<string>(*this);
  8. }
  9. #endif