set2.hh
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
- #ifndef __set2_hh__
- #define __set2_hh__
- #include "set1.hh"
- #include "stream2string3.hh"
- template <class Container>
- inline Set<Container>::operator string () {
- return stream2string<string>(*this);
- }
- #endif