accept

Apply the visitor to the children of the cursor.

Optional functions: void incr(). Called before descending a node. void decr(). Called after ascending a node.

@safe
void
accept
(
VisitorT
)
(
const(Cursor) cursor
,
VisitorT visitor
)

Meta