[#util-Join-01e] = xref:util.adoc[util]::Join :relfileprefix: ../ :mrdocs: Join all container items using separator, without transforming them. == Synopsis Declared in `<util/string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename C, typename S> auto Join( C const& container, S const& separator); ---- == Return Value The concatenation of the items separated by separator. == Parameters [cols="1,4"] |=== | Name| Description | *container* | The items to join. | *separator* | The separator inserted between items. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#