-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v5.0
-
Execution Team 2021-06-14
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.