struct InterfaceFile::const_symbol_iterator

Declaration

struct InterfaceFile::const_symbol_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/TextAPI/MachO/InterfaceFile.h:339

Inherits from: iterator_adaptor_base

Method Overview

Methods

const_symbol_iterator()

Declared at: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h:344

template <typename U>
const_symbol_iterator(U&& u)

Declared at: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h:347

Templates

U

Parameters

U&& u