llvm::sys::path::rbegin

Get reverse begin iterator over path.

Synopsis

Declared in <llvm/Support/Path.h>

reverse_iterator
rbegin(
    StringRef path,
    Style style = Style::native);

Return Value

Iterator initialized with the first reverse component of path.

Parameters

NameDescription
pathInput path.
styleThe path style to use. "native" means derive from the host.