|
LLVM 23.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=", ", StringRef Prefix="") | |
| operator StringRef () | |
| bool | unused () |
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 530 of file StringExtras.h.
Definition at line 536 of file StringExtras.h.
|
inline |
Definition at line 538 of file StringExtras.h.
|
inline |
Definition at line 545 of file StringExtras.h.