コード例 #1
0
 void addToEnd(const Coords &other) { coordinates.insert(coordinates.end(), other.begin(), other.end()); }
コード例 #2
0
 inline void addAll(const Coords& other) { coordinates.insert(coordinates.end(), other.begin(), other.end()); }