class WrappedPairNodeDataIterator
Declaration
template <typename ItType, typename NodeRef, typename DataRef>
class WrappedPairNodeDataIterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/iterator.h:344
Templates
- ItType
- NodeRef
- DataRef
Method Overview
- public WrappedPairNodeDataIterator<ItType, NodeRef, DataRef>(ItType Begin, const DataRef DR)
Methods
ΒΆWrappedPairNodeDataIterator<ItType,
NodeRef,
DataRef>(
ItType Begin,
const DataRef DR)
WrappedPairNodeDataIterator<ItType,
NodeRef,
DataRef>(
ItType Begin,
const DataRef DR)
Declared at: llvm/include/llvm/ADT/iterator.h:358
Parameters
- ItType Begin
- const DataRef DR