[#fmt-join-0f] = xref:fmt.adoc[fmt]::join :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/xchar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> [[deprecated]] xref:fmt/join_view.adoc[join_view<T const*, T const*, wchar_t>] join( std::initializer_list<T> list, xref:fmt/wstring_view.adoc[wstring_view] sep); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#