Append elements from a range to this vector.
Synopsis
Declared in <bslstl_vector.h>
template<class t_RANGE>
void
append_range(t_RANGE&& range);
Parameters
Name |
Description |
range |
input range of elements |
Created with MrDocs