struct po_ext_iterator
Declaration
template <class T,
class SetType = std::set<typename GraphTraits<T>::NodeRef>>
struct po_ext_iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:191
Templates
- T
- SetType = std::set<typename GraphTraits<T>::NodeRef>
Method Overview
- public po_ext_iterator<T, SetType>(const po_iterator<T, SetType, true> & V)
Methods
ΒΆpo_ext_iterator<T, SetType>(
const po_iterator<T, SetType, true>& V)
po_ext_iterator<T, SetType>(
const po_iterator<T, SetType, true>& V)
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:192
Parameters
- const po_iterator<T, SetType, true>& V