LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

forward_iterator< Ty, PtrDiffTy > Struct Template Reference

#include <iterator.h>

Inheritance diagram for forward_iterator< Ty, PtrDiffTy >:

Inheritance graph
[legend]
Collaboration diagram for forward_iterator< Ty, PtrDiffTy >:

Collaboration graph
[legend]

Detailed Description

template<class Ty, class PtrDiffTy>
struct forward_iterator< Ty, PtrDiffTy >

If the forward iterator is not defined, attempt to define it in terms of the C++ standard iterator. Otherwise, we import it with a "using" statement.

Definition at line 67 of file iterator.h.


The documentation for this struct was generated from the following file:


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.