ΒΆtemplate <typename IteratorT>
inline std::string join_impl(
IteratorT Begin,
IteratorT End,
llvm::StringRef Separator,
std::forward_iterator_tag)
template <typename IteratorT>
inline std::string join_impl(
IteratorT Begin,
IteratorT End,
llvm::StringRef Separator,
std::forward_iterator_tag)
Declared at: llvm/include/llvm/ADT/StringExtras.h:313
Templates
- IteratorT
Parameters
- IteratorT Begin
- IteratorT End
- llvm::StringRef Separator
- std::forward_iterator_tag