ΒΆtemplate <typename Range>
inline std::string join(Range&& R,
                        llvm::StringRef Separator)

Description

Joins the strings in the range [R.begin(), R.end()), adding Separator between the elements.

Declared at: llvm/include/llvm/ADT/StringExtras.h:477

Templates

Range

Parameters

Range&& R
llvm::StringRef Separator