[inline]
Definition at line 57 of file StringList.h.
00058 { 00059 std::copy(v.begin(), v.end(), std::back_inserter(*this)); 00060 }