struct ParsedAttributesView::iterator

Declaration

struct ParsedAttributesView::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:939

Inherits from: iterator_adaptor_base

Method Overview

Methods

iterator()

Declared at: clang/include/clang/Sema/ParsedAttr.h:942

iterator(VecTy::iterator I)

Declared at: clang/include/clang/Sema/ParsedAttr.h:943

Parameters

VecTy::iterator I