LLVM 22.0.0git
|
A helper class to return the specified delimiter string after the first invocation of operator StringRef(). Used to generate a comma-separated list from a loop like so: More...
#include "llvm/ADT/StringExtras.h"
Public Member Functions | |
ListSeparator (StringRef Separator=", ") | |
operator StringRef () |
A helper class to return the specified delimiter string after the first invocation of operator StringRef(). Used to generate a comma-separated list from a loop like so:
Definition at line 529 of file StringExtras.h.
|
inline |
Definition at line 534 of file StringExtras.h.
|
inline |
Definition at line 535 of file StringExtras.h.