RoseAst::end
Iterator positioned at the end of the traversal.
Synopsis
Declared in <src/midend/abstractLayer/RoseAst.h>
iterator
end();
Description
The returned iterator is positioned one past the last node in the depth‐first pre‐order traversal.
Return Value
AST iterator.
Created with MrDocs