Join all container items using separator, without transforming them.
Declared in <util/string.h>
template<
typename C,
typename S>
auto
Join(
C const& container,
S const& separator);
The concatenation of the items separated by separator.
| Name | Description |
|---|---|
| container | The items to join. |
| separator | The separator inserted between items. |