ΒΆtemplate <typename IteratorT>
inline std::string join(IteratorT Begin,
                        IteratorT End,
                        llvm::StringRef Separator)

Description

Joins the strings in the range [Begin, End), adding Separator between the elements.

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

Templates

IteratorT

Parameters

IteratorT Begin
IteratorT End
llvm::StringRef Separator