예제 #1
0
파일: join.cpp 프로젝트: lijiankou/mllib-1
Str Join(const VStr &vec, const Str &del) {
  return JoinStr(vec.begin(), vec.end(), del);		   
}