class reverse_iterator

Declaration

class reverse_iterator : public iterator_facade_base { /* full declaration omitted */ };

Description

Reverse path iterator. This is an input iterator that iterates over the individual components in\a path in reverse order. The traversal order is exactly reversed from that of \a const_iterator

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

Inherits from: iterator_facade_base