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