ΒΆllvm::sys::path::reverse_iterator rbegin(
    llvm::StringRef path,
    llvm::sys::path::Style style)

Description

Get reverse begin iterator over \a path.

Declared at: llvm/include/llvm/Support/Path.h:86

Parameters

llvm::StringRef path
Input path.
llvm::sys::path::Style style

Returns

Iterator initialized with the first reverse component of \a path.