struct ParsedAttributesView::const_iterator
Declaration
struct ParsedAttributesView::const_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: clang/include/clang/Sema/ParsedAttr.h:947
Inherits from: iterator_adaptor_base
Method Overview
- public const_iterator()
- public const_iterator(VecTy::const_iterator I)
Methods
¶const_iterator()
const_iterator()
Declared at: clang/include/clang/Sema/ParsedAttr.h:951
¶const_iterator(VecTy::const_iterator I)
const_iterator(VecTy::const_iterator I)
Declared at: clang/include/clang/Sema/ParsedAttr.h:952
Parameters
- VecTy::const_iterator I