[inline]
Definition at line 52 of file StringList.h.
00053 { 00054 std::copy(l.begin(), l.end(), std::back_inserter(*this)); 00055 }