class DIEValueList::value_iterator
Declaration
class DIEValueList::value_iterator : public iterator_adaptor_base { /* full declaration omitted */ };
Description
CRTP base class for adapting an iterator to a different type. This class can be used through CRTP to adapt one iterator into another. Typically this is done through providing in the derived class a custom \c operator* implementation. Other methods can be overridden as well.
Declared at: llvm/include/llvm/CodeGen/DIE.h:648
Inherits from: iterator_adaptor_base
Method Overview
- public bool operator bool() const
- public value_iterator()
- public value_iterator(ListTy::iterator X)
Methods
¶bool operator bool() const
bool operator bool() const
Declared at: llvm/include/llvm/CodeGen/DIE.h:661
¶value_iterator()
value_iterator()
Declared at: llvm/include/llvm/CodeGen/DIE.h:658
¶value_iterator(ListTy::iterator X)
value_iterator(ListTy::iterator X)
Declared at: llvm/include/llvm/CodeGen/DIE.h:659
Parameters
- ListTy::iterator X