Appends each value of a sequence to an existing collection.
Declared in <folly/gen/Base.h>
template<
class Collection,
class Append = /* implementation-defined */>
Append
appendTo(Collection& collection);
A sink that appends the sequence to collection.
| Name | Description |
|---|---|
| collection | The collection that values are appended to. |