llvm::sys::path::rend

Get reverse end iterator over path.

Synopsis

Declared in <llvm/Support/Path.h>

reverse_iterator
rend(StringRef path);

Return Value

Iterator initialized to the reverse end of path.

Parameters

NameDescription
pathInput path.