[#absl-StrJoin-03c] = xref:absl.adoc[absl]::StrJoin :relfileprefix: ../ :mrdocs: Joins the elements of a range using the default formatter. == Synopsis Declared in `<absl/strings/str_join.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Range> std::string StrJoin( Range const& range, std::string_view separator); ---- == Return Value The joined string. == Parameters [cols="1,4"] |=== | Name| Description | *range* | The range of elements to join. | *separator* | The separator placed between joined elements. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#