struct CanTypeIterator
Declaration
template <typename InputIterator>
struct CanTypeIterator { /* full declaration omitted */ };
Description
Iterator adaptor that turns an iterator over canonical QualTypes into an iterator over CanQualTypes.
Declared at: clang/include/clang/AST/CanonicalType.h:403
Templates
- InputIterator
Method Overview
- public CanTypeIterator<InputIterator>()
- public CanTypeIterator<InputIterator>(InputIterator Iter)
Methods
¶CanTypeIterator<InputIterator>()
CanTypeIterator<InputIterator>()
Declared at: clang/include/clang/AST/CanonicalType.h:410
¶CanTypeIterator<InputIterator>(InputIterator Iter)
CanTypeIterator<InputIterator>(InputIterator Iter)
Declared at: clang/include/clang/AST/CanonicalType.h:411
Parameters
- InputIterator Iter