예제 #1
0
파일: rstring.cpp 프로젝트: o11c/tmwa
 RString::RString(const MString& s)
 : owned(nullptr)
 {
     _assign(s.begin(), s.end());
 }