ΒΆllvm::sys::path::reverse_iterator rend(
    llvm::StringRef path)

Description

Get reverse end iterator over \a path.

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

Parameters

llvm::StringRef path
Input path.

Returns

Iterator initialized to the reverse end of \a path.