Beispiel #1
0
Str Join(const VStr &vec, const Str &del) {
  return JoinStr(vec.begin(), vec.end(), del);		   
}