Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
v5.0
-
Execution Team 2021-06-14
Description
There are already overloads to append some common data structures such as vector, list, set and map. We should also have an interface that can accept a range of two iterators.
It can be used for either appending from different data structures such as boost or to just append a subset (range) without having to create a temporary vector.