sbo_vector | ( | IteratorBegin | begin, |
IteratorEnd | end, | ||
const Allocator & | allocator = Allocator() |
||
) |
Constructor initializing contents of the created vector with elements given by a range specified by a pair of iterators.
A | type of the first iterator. |
A | type of the second iterator. |
allocator | A custom allocator initializing an allocator of the created vector to manage memory allocated on heap. |
begin | An input iterator associated with the starting position of the range. |
end | An input iterator associated with the (pseudo-) element past the ending element of the range. |