struct DeclContext::udir_iterator

Declaration

struct DeclContext::udir_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/AST/DeclBase.h:2434

Inherits from: iterator_adaptor_base

Method Overview

Methods

ΒΆudir_iterator(
    clang::DeclContext::lookup_iterator I)

Declared at: clang/include/clang/AST/DeclBase.h:2435

Parameters

clang::DeclContext::lookup_iterator I