#include <slang/syntax/SyntaxNode.h>
template<typename U>
iterator_base class
An iterator that will iterate over just the nodes (and skip the delimiters) in the parent SeparatedSyntaxList.
Base classes
-
template<typename Derived, bool Contiguous = false>class slang::iterator_facade<iterator_base<U>>
- Iterator facade which infers iterator types and functionality.