Format object that prints a range with a separator and optional surroundings.
Synopsis
Declared in <llvm/Support/InterleavedRange.h>
template<typename Range>
class InterleavedRange;
Description
Supports specifying the separator and, optionally, the prefix and suffix to be printed surrounding the range. Uses the operator '<<' of the range element type for printing. The range type itself does not have to have an '<<' operator defined.
Member Functions
Name |
Description |
|
Construct from range |
Return the formatted range as a string. |
|
Convert to a string by formatting the range. |
Friends
Name |
Description |
Write |
Non-Member Functions
Name |
Description |
Create a format object that prints |
|
Create a format object that prints |
Created with MrDocs