Skip to content

RoseAst::iterator::is_at_last_child

Test whether iterator as at the last child of its parent.

Synopsis

Declared in <src/midend/abstractLayer/RoseAst.h>

bool
is_at_last_child() const;

Description

Returns true if the current node of this iterator is the last child of the parent node.

Created with MrDocs