Get reverse begin iterator over path.
Declared in <llvm/Support/Path.h>
reverse_iterator
rbegin(
StringRef path,
Style style = Style::native);
Iterator initialized with the first reverse component of path.
| Name | Description |
|---|---|
| path | Input path. |
| style | The path style to use. "native" means derive from the host. |